From b5ed4409d78af32b4d2fcfaea6f213527e104092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Louren=C3=A7o?= Date: Tue, 31 Oct 2023 15:49:31 +0000 Subject: [PATCH] Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5ce982f..08c8648d 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ commit: git cam "Version $(VERSION)." git checkout main git pull - git merge -m \"Merge branch 'develop'\" develop + git merge -m "Merge branch 'develop'" develop git tag -a "$(VERSION)" git push --all --tags git checkout develop