mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-20 19:45:01 +02:00
🐞 fix(commit_msg): remove paranthesis
This commit is contained in:
2
push.sh
2
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
|
||||
|
Reference in New Issue
Block a user