From 7460344202a4d8db8f15ad7f2f3afede83fd0b9c Mon Sep 17 00:00:00 2001 From: Oliver Shi Date: Fri, 28 Jan 2022 11:06:54 -0500 Subject: [PATCH] proper formatting --- .github/run_translation_verification.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/run_translation_verification.sh b/.github/run_translation_verification.sh index 00f8024ef..6b0ff4d78 100755 --- a/.github/run_translation_verification.sh +++ b/.github/run_translation_verification.sh @@ -24,7 +24,8 @@ if [[ $GITHUB_REF_NAME == release/* || $GITHUB_REF_NAME == support/* ]] then for po_file in *.po - do msgcmp $po_file messages.pot + do + msgcmp $po_file messages.pot exit_code=$(( exit_code + $? )) done else