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