From a503db7a924bd17d7ada30e0fa7e11d764be9b58 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 6 Jun 2024 11:48:02 -0400 Subject: [PATCH] Pull from the current branch. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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