From 5dcf2dc8c1357252d92b2aa284f7715a5d40603d Mon Sep 17 00:00:00 2001 From: Dave Clarke Date: Thu, 8 Feb 2024 17:28:14 +0000 Subject: [PATCH] Fix conflict with the private repo Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea835ea..3953833 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ push-test: git checkout -b car-api && git pull private car-api --rebase && git push origin car-api delete-test: - git reset --hard && git checkout master && git push -d origin car-api && git branch -D car-api + git reset --hard && git checkout master && git branch -D car-api && git push -d origin car-api