From fcccc19fc50b8e7a93a1c1990f391cf60eb94ac7 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 24 Nov 2022 23:25:27 -0500 Subject: [PATCH] fix: -t flag added in pull translation command (#682) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Makefile diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index a2ae4210..c3f4d96c --- a/Makefile +++ b/Makefile @@ -44,7 +44,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 CI. validate-no-uncommitted-package-lock-changes: