mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-03-21 21:17:30 +02:00
Fix shellcheck
This commit is contained in:
parent
7c9011dcee
commit
c6b15d89c1
2
build.sh
2
build.sh
@ -2,7 +2,7 @@
|
||||
set -eoux pipefail
|
||||
|
||||
if [[ -z ${1:-} ]] && [[ -n ${CI:-} ]]; then
|
||||
echo 'Usage: ./build.sh $VERSION_SHORT'
|
||||
echo 'Usage: ./build.sh VERSION_SHORT'
|
||||
exit 1
|
||||
elif [[ $CI == true ]]; then
|
||||
VERSION_SHORT="$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user