From 0d382c03fc0c521f08fbcaa8c4dbb35c17c36ea3 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Tue, 31 Mar 2015 14:03:18 -0700 Subject: [PATCH] Add missing } to fix cluster/gce/util.sh --- cluster/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 1695165e0f..c395b9dd83 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -32,7 +32,7 @@ function verify-prereqs { for cmd in gcloud gsutil; do if ! which "${cmd}" >/dev/null; then local resp - if [[ "${KUBE_PROMPT_FOR_UPDATE" == "y" ]]; then + if [[ "${KUBE_PROMPT_FOR_UPDATE}" == "y" ]]; then echo "Can't find ${cmd} in PATH. Do you wish to install the Google Cloud SDK? [Y/n]" read resp else