We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4848df6 commit 148f872Copy full SHA for 148f872
commiter/commiter.go
@@ -9,7 +9,7 @@ import (
9
10
// ParseCommitMessage fekopkp
11
func parseCommitMessage(commitType string, input string) string {
12
- return fmt.Sprintf("\"%s: %s\"", commitType, input)
+ return fmt.Sprintf("%s: %s", commitType, input)
13
}
14
15
// CommitMessage should
0 commit comments