Skip to content

Commit 02d081d

Browse files
authored
Merge pull request #270 from openedx/diana/transifex-call
fix: Add transifex flag.
2 parents 90fdd13 + 468acc8 commit 02d081d

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)