diff --git a/Makefile b/Makefile index 2a1a392..41e8425 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ test: ## Run tests .PHONY: pull pull: - git pull origin master + git pull .PHONY: start start: ## Restart gunicorn