Merge pull request #6258 from zmerlynn/fix_gke_util

Fix gke/util.sh
This commit is contained in:
Zach Loafman 2015-03-31 16:51:03 -07:00
commit 7094badf94

View File

@ -71,7 +71,7 @@ function test-build-release() {
function verify-prereqs() {
if ! which gcloud >/dev/null; then
local resp
if [[ "${KUBE_PROMPT_FOR_UPDATE" == "y" ]]; then
if [[ "${KUBE_PROMPT_FOR_UPDATE}" == "y" ]]; then
echo "Can't find gcloud in PATH. Do you wish to install the Google Cloud SDK? [Y/n]"
read resp
else