Skip to content

Commit

Permalink
[gitlab] fix update po/pot detection (previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Apr 11, 2024
1 parent a88f073 commit bbb9e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gitlab-analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ show_duration redemption-analyzer.sh

# check .po files
bjam update-po
if ! grep -E '^([-+]#: |@@|[-+]"|diff |index |[-]{3} |[+]{3})' -qv < <(
if grep -E '^([-+]#: |@@|[-+]"|diff |index |[-]{3} |[+]{3})' -qv < <(
git diff --unified=0 ./tools/i18n/po/*/
); then
echo 'Error: .po files are outdated (run bjam update-po)'
Expand Down

0 comments on commit bbb9e8e

Please sign in to comment.