Skip to content

Commit

Permalink
docs 📚: added some flag descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: moualhi zine el abidine <zmoualhi@outlook.com>
  • Loading branch information
muandane committed Aug 27, 2024
1 parent 3afca83 commit 327bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func executeGitCommit(message, body string, signOff bool) error {
if err != nil {
return fmt.Errorf("git command failed: %v\nOutput: %s", err, output)
}
fmt.Print(output)
fmt.Printf("Git command output:\n%s", output)

return nil
}
Expand Down

0 comments on commit 327bba5

Please sign in to comment.