diff --git a/scripts/cron-deploy.sh b/scripts/cron-deploy.sh index c3478f2a5cb..5fce8b82ea0 100755 --- a/scripts/cron-deploy.sh +++ b/scripts/cron-deploy.sh @@ -36,7 +36,7 @@ proxyurl=$(gcloud beta run services describe serverless-scheduler-proxy \ cd packages || exit 1 for f in *; do # Skip symlinks and our gcf-utils/generate-bot directory as it is not a function - if [[ -d "$f" && ! -L "$f" && "$f" != "gcf-utils" && "$f" != "generate-bot" ]; then + if [[ -d "$f" && ! -L "$f" && "$f" != "gcf-utils" && "$f" != "generate-bot" ]]; then cd "$f" || exit 1 echo "$f" for fx in *; do