diff --git a/.github/workflows/push-checks.yml b/.github/workflows/push-checks.yml index 5f1612b5d..49d39c4e7 100644 --- a/.github/workflows/push-checks.yml +++ b/.github/workflows/push-checks.yml @@ -75,7 +75,7 @@ jobs: output=$(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data) echo "$output" echo ${#output} - if [ -z "$output" ]; then + if [ -n "$output" ]; then cat "$output" exit 1 fi