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 ab2a36a commit 41ee914Copy full SHA for 41ee914
pkg/git/git.go
@@ -28,7 +28,7 @@ func CheckTree() {
28
29
func commit(cmdGit *exec.Cmd, message ...interface{}) {
30
fmt.Println("")
31
- fmt.Println("Committing: ", color.Blue(message))
+ fmt.Println(message...)
32
fmt.Println(color.Gray("-------------------------------"))
33
34
cmdGit.Stdout = os.Stdout
0 commit comments