From 2d3893d2c1f553b3f280d30a67629b02a670b94a Mon Sep 17 00:00:00 2001 From: Haines Chan Date: Fri, 5 Jul 2019 17:11:15 +0800 Subject: [PATCH] Fix wrong indentation in shell --- hack/update-codegen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 5f34e61731f..55686d9d44e 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -49,9 +49,9 @@ for gv in "${GROUP_VERSIONS[@]}"; do # skip groups that aren't being served, clients for these don't matter - if [[ " ${KUBE_NONSERVER_GROUP_VERSIONS} " == *" ${gv} "* ]]; then - continue - fi + if [[ " ${KUBE_NONSERVER_GROUP_VERSIONS} " == *" ${gv} "* ]]; then + continue + fi GV_DIRS+=("${pkg_dir}") done