Skip to content

Commit 5f1528d

Browse files
authored
Fix syntax error in PO file validation command
1 parent e1994d5 commit 5f1528d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/po-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040

4141
- name: Validate PO syntax with msgfmt
4242
run: |
43-
find . -name "*.po" -exec msgfmt --check --check-format -o /dev/null {} +
43+
find . -name "*.po" -exec msgfmt --check --check-format -o /dev/null {} \;

0 commit comments

Comments
 (0)