Skip to content

Commit

Permalink
fix: -t flag added in pull translation command (#206)
Browse files Browse the repository at this point in the history
* -t flag added in pull translation command

* fix: -t flag added in pull translation command
  • Loading branch information
zubairshakoorarbisoft authored Oct 28, 2022
1 parent 407d18d commit cc48eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ push_translations:
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh

# Pulls translations from Transifex.
pull_translations:
tx pull -f --mode reviewed --languages=$(transifex_langs)
pull_translations: ## pull translations from Transifex
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 cc48eae

Please sign in to comment.