Skip to content

Commit fd7b050

Browse files
committed
canonical-data-check: fix happy path output
1 parent 8363c65 commit fd7b050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/canonical_data_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ do
106106

107107
done
108108

109-
if [ $update_needed_count -eq 1 ]
109+
if [ $update_needed_count -eq 0 ]
110110
then
111111
echo "All exercises are up to date!"
112112
fi

0 commit comments

Comments
 (0)