diff --git a/scripts/artifacts/download-staged-artifact.sh b/scripts/artifacts/download-staged-artifact.sh index 2ea02e28a..110a0d5b0 100755 --- a/scripts/artifacts/download-staged-artifact.sh +++ b/scripts/artifacts/download-staged-artifact.sh @@ -6,7 +6,7 @@ VERSION=$1 AWS_PROFILE=$2 -if [ -z "$VERSION"] || [-z "$AWS_PROFILE" ]; then +if [ -z "$VERSION" ] || [ -z "$AWS_PROFILE" ]; then echo "Usage: $0 " exit fi