tests: Fix typo
This commit is contained in:
parent
78ac65b06a
commit
03ae0900a2
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ set -eu
|
|||
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
|
||||
find . -maxdepth 1 -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck -
|
||||
find . -maxdepth 1 -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck --
|
||||
|
|
Loading…
Add table
Reference in a new issue