diff --git a/Makefile b/Makefile index 7944228a..b2b322bc 100755 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ push_translations: # Pulls translations from Transifex. pull_translations: - tx pull -f --mode reviewed --language=$(transifex_langs) + tx pull -f --mode reviewed --languages=$(transifex_langs) # This target is used by CI. validate-no-uncommitted-package-lock-changes: