mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Merge pull request #79827 from hainesc/wrong-indent
Fix wrong indentation in shell
This commit is contained in:
commit
8ad68ce414
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user