Skip to content

Commit 5f86f99

Browse files
committed
-
1 parent 0b0950e commit 5f86f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-commit-push-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git add -A
1010
ticket=$(pwd | grep -oE "CRS-[0-9]+" | head -n 1)
1111
1212
# Prompt for commit message
13-
echo -n "Enter commit message: "
13+
echo "Enter commit message: "
1414
read message
1515
1616
# Prepare and execute commit command

0 commit comments

Comments
 (0)