aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 120b8e1..a6a684d 100644
--- a/makefile
+++ b/makefile
@@ -28,7 +28,7 @@ install-native:
translate:
deno run -A client-web/scripts/find_missing_translations.ts \
- | python client-web/scripts/translate.py \
+ | python client-web/scripts/translate_argos.py \
| deno run client-web/scripts/reformat_json.ts
translate-deps: