Merge pull request #118121 from boglarkla/patch-1

fixed typo in get-kube.sh
This commit is contained in:
Kubernetes Prow Robot 2023-10-14 23:49:34 +02:00 committed by GitHub
commit f136f42d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ fi
if [[ -d "./kubernetes" ]]; then
if [[ -z "${KUBERNETES_SKIP_CONFIRM-}" ]]; then
echo "'kubernetes' directory already exist. Should we skip download step and start to create cluster based on it? [Y]/n"
echo "'kubernetes' directory already exists. Should we skip download step and start to create cluster based on it? [Y]/n"
read -r confirm
if [[ ! "${confirm}" =~ ^[nN]$ ]]; then
echo "Skipping download step."