Skip to content

Commit

Permalink
feat: commit message default
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouspoop committed Aug 28, 2024
1 parent 2711fa9 commit f619c5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions svc/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ func generateCommitMsg() (string, error) {
}

message := promptui.Prompt{
Label: "Commit Message",
Default: "inital",
AllowEdit: false,
Label: "Commit Message",
}
msg, err := message.Run()
if err != nil {
Expand Down

0 comments on commit f619c5d

Please sign in to comment.