forked from heavy-duty/ceremony
fix: quote shellcheck file arguments
This commit is contained in:
parent
dc886f7cb4
commit
0b05d6ac37
1 changed files with 1 additions and 2 deletions
3
.github/scripts/shellcheck-all.sh
vendored
3
.github/scripts/shellcheck-all.sh
vendored
|
|
@ -29,5 +29,4 @@ mapfile -t files < <(
|
|||
|
||||
printf 'shellcheck: linting %d tracked scripts\n' "${#files[@]}"
|
||||
printf ' %s\n' "${files[@]}"
|
||||
shellcheck -x ${files[@]}
|
||||
|
||||
shellcheck -x "${files[@]}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue