mirror of https://github.com/kubernetes/kops.git
Merge pull request #8444 from longkb/fix_typo_in_comment
Fix typo in comment
This commit is contained in:
commit
03aa9a4cce
|
|
@ -178,7 +178,7 @@ fi
|
||||||
# common arguments we'll pass to shellcheck
|
# common arguments we'll pass to shellcheck
|
||||||
SHELLCHECK_OPTIONS=(
|
SHELLCHECK_OPTIONS=(
|
||||||
# allow following sourced files that are not specified in the command,
|
# 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
|
# detect which files are failing
|
||||||
"--external-sources"
|
"--external-sources"
|
||||||
# include our disabled lints
|
# include our disabled lints
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue