mirror of https://github.com/k3s-io/k3s
Add missing } to fix cluster/gce/util.sh
parent
fe00f7abd0
commit
0d382c03fc
|
@ -32,7 +32,7 @@ function verify-prereqs {
|
||||||
for cmd in gcloud gsutil; do
|
for cmd in gcloud gsutil; do
|
||||||
if ! which "${cmd}" >/dev/null; then
|
if ! which "${cmd}" >/dev/null; then
|
||||||
local resp
|
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]"
|
echo "Can't find ${cmd} in PATH. Do you wish to install the Google Cloud SDK? [Y/n]"
|
||||||
read resp
|
read resp
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue