From 678e170f890f8eabbcb73376dc4cb1510ce2a7da Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jun 2022 12:15:55 -0400 Subject: [PATCH] build: use hyphen instead of underscore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f761d8d903..82de37ca49 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ push_translations: tx push -s # Pushing comments... ./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings.sh $(tx_url1) - node $(i18n)/transifex_utils.js $(i18n)/temp + $(i18n)/transifex-utils.js $(i18n)/temp ./node_modules/@edx/reactifex/bash_scripts/put_comments.sh $(tx_url2) # Pulls translations from Transifex.