Merge pull request #8444 from longkb/fix_typo_in_comment

Fix typo in comment
This commit is contained in:
Kubernetes Prow Robot 2020-01-30 18:34:18 -08:00 committed by GitHub
commit 03aa9a4cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,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