From 63017c09b1cf61ece1e041d5166bf15921244851 Mon Sep 17 00:00:00 2001 From: Edward Boamah Date: Thu, 14 Nov 2024 17:14:58 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44884f6..6e619ac 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ buildtools: cd sandbox/notebooks/Tools && pip install . --no-dependencies fetchtranslation: - pip install poeditor && python ./download_translations.py + pip install poeditor && python download_translations.py