Skip to content

Commit

Permalink
proper formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Jan 28, 2022
1 parent 9b45071 commit 7460344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/run_translation_verification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7460344

Please sign in to comment.