mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 17:10:25 +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)
|
TAG=$(echo $TARGET | cut -d- -f 1)
|
||||||
IMAGE=snoyberg/stackage:$TAG
|
IMAGE=snoyberg/stackage:$TAG
|
||||||
|
|
||||||
if [ "$TAG" -eq "nightly"]
|
if [ "$TAG" = "nightly" ]
|
||||||
then
|
then
|
||||||
TROOT=$ROOT/nightly
|
TROOT=$ROOT/nightly
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user