Skip to content

Commit

Permalink
fix: -t flag added in pull translation command (openedx#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 30, 2022
1 parent 26f3900 commit f88d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ push_translations:

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

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

0 comments on commit f88d472

Please # to comment.