From a012b70d86db571b2500d4c440be7900fb342552 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Sun, 16 Jun 2024 02:23:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(commit=5Fmsg):=20remove=20pa?= =?UTF-8?q?ranthesis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 5f28429..db75abe 100755 --- a/push.sh +++ b/push.sh @@ -24,7 +24,7 @@ read -p "Enter a short description: " desc read -p "Enter a longer description (optional): " long_desc # Create the commit message -commit_msg="$emoji [$type($scope)] $desc" +commit_msg="$emoji $type($scope): $desc" # If a longer description was provided, add it to the commit message if [ -n "$long_desc" ]; then