From 4fea711d94d1c1ec8c8028a3ecc39df3621b9126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 5 Jun 2024 03:49:11 +0000 Subject: [PATCH] Typo --- .ci-scripts/check-code-samples.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-scripts/check-code-samples.bash b/.ci-scripts/check-code-samples.bash index 2c09a283..98e71838 100755 --- a/.ci-scripts/check-code-samples.bash +++ b/.ci-scripts/check-code-samples.bash @@ -18,7 +18,7 @@ for file in *.pony; do echo -e "\e[1;32m\u2705 File fulfilled expectations\e[0m" else echo -e "\e[1;32m\u2705 File fulfilled expectations\e[0m" - else + fi done runnableFiles=$((files-notRunnable)) if [ "${#failedFiles[@]}" != 0 ]; then