Fix shellcheck

This commit is contained in:
Sandro Jäckel 2019-10-18 11:15:36 +02:00
parent 7c9011dcee
commit c6b15d89c1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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"