From ae9e50721ba86c912f79f0d149984108b9970b0a Mon Sep 17 00:00:00 2001 From: wilson Date: Sat, 18 Apr 2026 16:28:54 +0100 Subject: [PATCH] Chore: fix the import-dictionary makefile line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52171cc..6f18c4e 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ rebuild: down build up # DATABASE_URL defaults to the docker-compose dev credentials. # Usage: make import-dictionary lang=fr import-dictionary: - cd api && python scripts/import_dictionary.py --lang $(lang) + cd api && uv run ./scripts/import_dictionary.py --lang $(lang)