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