diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-06-04 14:14:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-06-04 14:14:56 -0700 |
commit | 394433ff5e0aba301f2f26e03095079e0ca974ca (patch) | |
tree | aa49fab109a85e5b48cd767f054149a42afa89b8 /python | |
parent | cc6d9a4dfb366b9477f1fb4acd2fdfa742864a8e (diff) | |
download | fatcat-394433ff5e0aba301f2f26e03095079e0ca974ca.tar.gz fatcat-394433ff5e0aba301f2f26e03095079e0ca974ca.zip |
fix 'dev' target in python makefile
Diffstat (limited to 'python')
-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 |