Skip to content

Commit

Permalink
Use correct Makefile target name aboutcode-org#75 (aboutcode-org#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: aboutcode-org#75

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne authored and ziadhany committed Apr 21, 2024
1 parent e6f7725 commit 93f30f4
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 93f30f4

Please sign in to comment.