mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-30 17:58:14 +00:00 
			
		
		
		
	Fix wrong indentation in shell
This commit is contained in:
		| @@ -49,9 +49,9 @@ for gv in "${GROUP_VERSIONS[@]}"; do | |||||||
|  |  | ||||||
|  |  | ||||||
|   # skip groups that aren't being served, clients for these don't matter |   # skip groups that aren't being served, clients for these don't matter | ||||||
|     if [[ " ${KUBE_NONSERVER_GROUP_VERSIONS} " == *" ${gv} "* ]]; then |   if [[ " ${KUBE_NONSERVER_GROUP_VERSIONS} " == *" ${gv} "* ]]; then | ||||||
|       continue |     continue | ||||||
|     fi |   fi | ||||||
|  |  | ||||||
|   GV_DIRS+=("${pkg_dir}") |   GV_DIRS+=("${pkg_dir}") | ||||||
| done | done | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Haines Chan
					Haines Chan