Merge pull request #94588 from MaXinjian/shellcheck-typo

Fix typo in comment of hack/verify-shellcheck.sh
This commit is contained in:
Kubernetes Prow Robot 2020-10-14 11:15:49 -07:00 committed by GitHub
commit 7ff41c1ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ fi
# common arguments we'll pass to shellcheck
SHELLCHECK_OPTIONS=(
# allow following sourced files that are not specified in the command,
# we need this because we specify one file at at time in order to trivially
# we need this because we specify one file at a time in order to trivially
# detect which files are failing
"--external-sources"
# include our disabled lints