Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich committed Jun 5, 2024
1 parent 4177e64 commit 4fea711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-scripts/check-code-samples.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fea711

Please sign in to comment.