Skip to content

Commit 4fcbe39

Browse files
authored
Use correct Makefile target name #75 (#77)
Correct "createsuperuse" target name that is missing an r. Reported-by: Stefan @stefan6419846 Reference: #75 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 024697b commit 4fcbe39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ log:
164164
createsuperuser:
165165
${DOCKER_EXEC} web ./manage.py createsuperuser
166166

167-
.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
167+
.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 commit comments

Comments
 (0)