From 9a90c6b8934545f64e8424e37f199a1a032eae7a Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 28 May 2024 20:48:56 -0400 Subject: [PATCH] Update push-checks.yml --- .github/workflows/push-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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