Chore: fix the import-dictionary makefile line
This commit is contained in:
parent
45336277df
commit
ae9e50721b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue