mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Merge pull request #122769 from thockin/bump_shellcheck_version
Bump shellcheck to 0.9.0
This commit is contained in:
@@ -114,7 +114,7 @@ function is-explicitly-chosen {
|
||||
index=0
|
||||
for e in "${TARGET_LIST[@]}"; do
|
||||
if [[ "${e}" == "${name}" ]]; then
|
||||
TARGET_LIST[${index}]=""
|
||||
TARGET_LIST[index]=""
|
||||
return
|
||||
fi
|
||||
index=$((index + 1))
|
||||
|
||||
Reference in New Issue
Block a user