Skip to content

Commit f88d472

Browse files
fix: -t flag added in pull translation command (#256)
1 parent 26f3900 commit f88d472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

100755100644
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)