Skip to content

Commit

Permalink
🍻 Make sure to first log the message...
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 13, 2024
1 parent f1a9d5e commit dc56df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func commitActionFunc(ctx *cli.Context) error {
return err
}

fmt.Println(response)
prompt := promptui.Prompt{
Label: "Do you want to commit this message?",
IsConfirm: true,
Expand Down

0 comments on commit dc56df3

Please sign in to comment.