Skip to content

Commit

Permalink
Fix formatting in commit message output by adding a newline after the…
Browse files Browse the repository at this point in the history
… separator.
  • Loading branch information
zewelor committed Sep 20, 2024
1 parent dfcd47b commit 8759e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zsh/shell_gpt.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if has "sgpt"; then
echo "Generated Commit Message:"
echo "-------------------------"
echo "$commit_message"
echo "-------------------------"
echo "-------------------------\n"

if [ "$auto_accept" = true ]; then
git commit -m "$commit_message"
Expand Down

0 comments on commit 8759e80

Please sign in to comment.