From 75fa221b75326f7ef1815281534b4887dc122c9e Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Tue, 8 Mar 2022 14:36:50 -0600 Subject: [PATCH] maint: fix syntax error in deploy.sh Signed-off-by: Josh Dolitsky --- .circleci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 876c510c6..f6a0b121c 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -50,4 +50,4 @@ if [[ "${VERSION}" == "canary" ]]; then az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING" --overwrite else az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING" -if \ No newline at end of file +fi