mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Fix bash (I suck at this)
This commit is contained in:
parent
fad55415e1
commit
15cbe97984
@ -7,7 +7,7 @@ TARGET=$1
|
||||
TAG=$(echo $TARGET | cut -d- -f 1)
|
||||
IMAGE=snoyberg/stackage:$TAG
|
||||
|
||||
if [ "$TAG" -eq "nightly"]
|
||||
if [ "$TAG" = "nightly" ]
|
||||
then
|
||||
TROOT=$ROOT/nightly
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user