From 7174f8de1e67b063b866ec5aff62f50f67076977 Mon Sep 17 00:00:00 2001 From: Leangseu Kim Date: Tue, 18 Oct 2022 10:27:30 -0400 Subject: [PATCH] fix: update transfex flag for tx cli 1.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51bda0f..037be1c 100755 --- a/Makefile +++ b/Makefile @@ -57,7 +57,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: