Chore: fix the import-dictionary makefile line

This commit is contained in:
wilson 2026-04-18 16:28:54 +01:00
parent 45336277df
commit ae9e50721b

View file

@ -37,4 +37,4 @@ rebuild: down build up
# DATABASE_URL defaults to the docker-compose dev credentials. # DATABASE_URL defaults to the docker-compose dev credentials.
# Usage: make import-dictionary lang=fr # Usage: make import-dictionary lang=fr
import-dictionary: import-dictionary:
cd api && python scripts/import_dictionary.py --lang $(lang) cd api && uv run ./scripts/import_dictionary.py --lang $(lang)