mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #6241 from ixdy/fix-build
Add missing } to fix cluster/gce/util.sh
This commit is contained in:
commit
d95f744eea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user