From 03ae0900a2e936474704fcca5314720aab67426d Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 29 Oct 2022 19:09:11 +0000 Subject: [PATCH] tests: Fix typo --- tests/00-selfsanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/00-selfsanity.sh b/tests/00-selfsanity.sh index 020526c..28bfb98 100755 --- a/tests/00-selfsanity.sh +++ b/tests/00-selfsanity.sh @@ -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 --