diff --git a/startupscript/butane/gcp/docker-auth.sh b/startupscript/butane/gcp/docker-auth.sh index d49cc4e4..aff4b382 100755 --- a/startupscript/butane/gcp/docker-auth.sh +++ b/startupscript/butane/gcp/docker-auth.sh @@ -9,7 +9,7 @@ set -o nounset set -o pipefail # Validate required parameter -if [ $# -lt 1 ] || [ -z "${1:-}" ]; then +if [ $# -lt 1 ]; then echo "Error: path parameter is required" >&2 echo "Usage: $0 [default-regions]" >&2 exit 1