From c6b15d89c1dedae452463ed868904d78771f3d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 18 Oct 2019 11:15:36 +0200 Subject: [PATCH] Fix shellcheck --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 24a9f40..24123bb 100755 --- a/build.sh +++ b/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"