diff --git a/cluster/gce/gci/configure.sh b/cluster/gce/gci/configure.sh index d8bd2baebd1..6ef58a87610 100644 --- a/cluster/gce/gci/configure.sh +++ b/cluster/gce/gci/configure.sh @@ -265,7 +265,7 @@ EOF } function install-exec-auth-plugin { - if [[ ! ${EXEC_AUTH_PLUGIN_URL:-} ]]; then + if [[ ! "${EXEC_AUTH_PLUGIN_URL:-}" ]]; then return fi local -r plugin_url="${EXEC_AUTH_PLUGIN_URL}"