Skip to content

Commit

Permalink
Add missing } to fix cluster/gce/util.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Mar 31, 2015
1 parent fe00f7a commit 0d382c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d382c0

Please sign in to comment.