mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-09-14 05:34:57 +02:00
fixup lts-run.sh no-arg help
[skip ci]
This commit is contained in:
parent
8dfeb2a3d9
commit
5d5db41e61
@ -2,7 +2,7 @@
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
if [ -z "$1" ];
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: $0 lts-X.Y"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user