diff --git a/tooling/release_download_test.sh b/tooling/release_download_test.sh index e066a3a6f3..00da2208cc 100755 --- a/tooling/release_download_test.sh +++ b/tooling/release_download_test.sh @@ -109,8 +109,8 @@ if [ $# -ne "1" ]; then usage fi -# shellcheck disable=SC2124 -TAG=${@:1:1} +# the tag should be the remaining argument +TAG=${1} if [ -z "${TAG-}" ]; then usage