diff --git a/scripts/kfctl.sh b/scripts/kfctl.sh index 87fe280e074..93c116c7faa 100755 --- a/scripts/kfctl.sh +++ b/scripts/kfctl.sh @@ -146,7 +146,7 @@ if [ "${COMMAND}" == "init" ]; then # TODO(jlewi): How can we skip GCP project setup? Add a command line argument # to skip it? if [ "${PLATFORM}" == "gcp" ]; then - if ! ${SKIP_INIT_PROJECT}; then + if [ ! ${SKIP_INIT_PROJECT} ]; then gcpInitProject fi fi