diff options
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index fd08a9d6..182bc739 100644 --- a/python/Makefile +++ b/python/Makefile @@ -21,4 +21,4 @@ test-cli: ## Run CLI commands. WARNING: may mutate local database .PHONY: dev dev: ## Run web service locally, with reloading - pipenv run ./fatcat_web.py --debug + pipenv run ./fatcat_webface.py --debug |