fix: wrong makefile file location

This commit is contained in:
Loïc Gremaud 2026-06-12 02:53:43 +02:00
parent cb46fce3ce
commit 6c9152d8b0
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -5,4 +5,4 @@ help:
@echo " make setup - Set up the application (migrate + ...)"
setup:
/opt/uv/uv run python src/manage.py migrate
/opt/uv/uv run python highscore/manage.py migrate