remove extra hyphen

This commit is contained in:
stvnrlly
2022-10-26 15:34:12 -04:00
parent 82c5608e0a
commit 9b9465c74a
2 changed files with 6 additions and 72 deletions

View File

@@ -12,7 +12,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
make generate-version-file
pipenv install ---dev
pipenv install --dev
createdb notification_api || true
(pipenv run flask db upgrade) || true