From 01da9203caa170e776fd8ed8114a5e632d2e339e Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 28 May 2024 20:56:35 -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 1065db8ac..665dcce10 100644 --- a/.github/workflows/push-checks.yml +++ b/.github/workflows/push-checks.yml @@ -72,7 +72,7 @@ jobs: - name: translation checks run: | - python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data > $output + output=(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data) echo "$output" echo ${#output} if [ -n "$output" ]; then