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