From 8c9bd667dddb68169af2733bbd9be0ef3ab26843 Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Wed, 6 Dec 2023 15:07:06 +0100 Subject: [PATCH] Test script --- .github/scripts/watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/watch.sh b/.github/scripts/watch.sh index 4d87ff960..1d07eb0f6 100755 --- a/.github/scripts/watch.sh +++ b/.github/scripts/watch.sh @@ -66,4 +66,4 @@ find $WATCHER_PATH -type f -print0 | while IFS= read -r -d '' file; do done -error_found $ERROR_FOUND +error_found "$ERROR_FOUND"