Skip to content

Commit 4fdcb79

Browse files
committed
🐛 Fix syntax of previous commit
1 parent 51c54a9 commit 4fdcb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
set -eo pipefail # if we do not force, we want clean exit codes on mysqldump command
1818
fi
1919

20-
if [! -z "$GOOGLE_APPLICATION_CREDENTIALS"]; then
20+
if [ ! -z "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
2121
/google-cloud-sdk/bin/gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS
2222
fi
2323

0 commit comments

Comments
 (0)