Skip to content

Commit 468acc8

Browse files
committed
fix: Add transifex flag.
The Transifex cli started requiring the -t or --translations flag in the pull command in order to fetch translations. edx/edx-arch-experiments#77
1 parent 90fdd13 commit 468acc8

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
@@ -50,7 +50,7 @@ push_translations:
5050

5151
# Pulls translations from Transifex.
5252
pull_translations:
53-
tx pull -f --mode reviewed --languages=$(transifex_langs)
53+
tx pull -t -f --mode reviewed --languages=$(transifex_langs)
5454

5555
# This target is used by Travis.
5656
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)