mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	fixed typo in get-kube.sh
This commit is contained in:
		| @@ -136,7 +136,7 @@ fi | |||||||
|  |  | ||||||
| if [[ -d "./kubernetes" ]]; then | if [[ -d "./kubernetes" ]]; then | ||||||
|   if [[ -z "${KUBERNETES_SKIP_CONFIRM-}" ]]; 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 |     read -r confirm | ||||||
|     if [[ ! "${confirm}" =~ ^[nN]$ ]]; then |     if [[ ! "${confirm}" =~ ^[nN]$ ]]; then | ||||||
|       echo "Skipping download step." |       echo "Skipping download step." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Bogesz
					Bogesz