Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 2179457

Browse files
authored
fix: Fix pull_translations by using correct CLI flag for languages (#186)
1 parent 1cd09da commit 2179457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

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

4141
# Pulls translations from Transifex.
4242
pull_translations:
43-
tx pull -f --mode reviewed --language=$(transifex_langs)
43+
tx pull -f --mode reviewed --languages=$(transifex_langs)
4444

4545
# This target is used by CI.
4646
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)