From 12f8eeaf9b1cb40aa56599ad06b3690ab53d080c Mon Sep 17 00:00:00 2001 From: Bogesz <76449208+boglarkla@users.noreply.github.com> Date: Fri, 19 May 2023 00:47:29 +0200 Subject: [PATCH] fixed typo in get-kube.sh --- cluster/get-kube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/get-kube.sh b/cluster/get-kube.sh index 556be41fc39..59aff60a2ce 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -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."