Skip to content

Commit

Permalink
Use correct Makefile target name #75 (#77)
Browse files Browse the repository at this point in the history
Correct "createsuperuse" target name that is missing an r.
 
Reported-by: Stefan @stefan6419846
Reference: #75

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne authored Apr 12, 2024
1 parent 024697b commit 4fcbe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ log:
createsuperuser:
${DOCKER_EXEC} web ./manage.py createsuperuser

.PHONY: virtualenv conf dev envfile check bandit isort black doc8 valid check-docstrings check-deploy clean initdb postgresdb migrate run test docs build psql bash shell log createsuperuse
.PHONY: virtualenv conf dev envfile check bandit isort black doc8 valid check-docstrings check-deploy clean initdb postgresdb migrate run test docs build psql bash shell log createsuperuser

0 comments on commit 4fcbe39

Please sign in to comment.