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

Commit

Permalink
fix: Fix pull_translations by using correct CLI flag for languages (#186
Browse files Browse the repository at this point in the history
)
  • Loading branch information
timmc-edx authored May 13, 2022
1 parent 1cd09da commit 2179457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ push_translations:

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

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

0 comments on commit 2179457

Please sign in to comment.