From 040a6db0e7607ac74898b8dbcc57bed80b51bb01 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 16 Aug 2024 13:22:54 -0700 Subject: [PATCH] fix bash typo --- scripts/artifacts/download-staged-artifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/artifacts/download-staged-artifact.sh b/scripts/artifacts/download-staged-artifact.sh index 2ea02e28..110a0d5b 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