From f8d83538d39963a83997990432fbd5b45f81d8c5 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 23 Nov 2022 05:17:07 -0500 Subject: [PATCH] fix: -t flag added in pull translation command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dabaec78fbc..2b0dfb1223a 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ compile_translations: requirements.tox fake_translations: extract_translations dummy_translations compile_translations pull_translations: - cd ecommerce && tx pull -a -f --mode reviewed + cd ecommerce && tx pull -t -a -f --mode reviewed push_translations: cd ecommerce && tx push -s