Skip to content

Commit 7ff41c1

Browse files
authored
Merge pull request kubernetes#94588 from MaXinjian/shellcheck-typo
Fix typo in comment of hack/verify-shellcheck.sh
2 parents 6718c76 + a451e2e commit 7ff41c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ fi
136136
# common arguments we'll pass to shellcheck
137137
SHELLCHECK_OPTIONS=(
138138
# allow following sourced files that are not specified in the command,
139-
# we need this because we specify one file at at time in order to trivially
139+
# we need this because we specify one file at a time in order to trivially
140140
# detect which files are failing
141141
"--external-sources"
142142
# include our disabled lints

0 commit comments

Comments
 (0)