Skip to content

Commit

Permalink
fix: unicode and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouspoop committed Aug 28, 2024
1 parent d231e11 commit ca9ba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func generateCommitMsg() (string, error) {

promptTemplate := &promptui.PromptTemplates{
Valid: "{{ . }}: ",
Success: "{{ `` | green }} {{ . | faint}}{{ `:` | faint}}",
Success: "{{ `\U00002714` | green }} {{ . | faint}}{{ `:` | faint}} ",
}

message := promptui.Prompt{
Expand Down

0 comments on commit ca9ba6e

Please sign in to comment.