Skip to content

Commit 41ee914

Browse files
author
Rodrigo Navarro
committed
no-story (refactor): Removed duplicated commititng message
1 parent ab2a36a commit 41ee914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func CheckTree() {
2828

2929
func commit(cmdGit *exec.Cmd, message ...interface{}) {
3030
fmt.Println("")
31-
fmt.Println("Committing: ", color.Blue(message))
31+
fmt.Println(message...)
3232
fmt.Println(color.Gray("-------------------------------"))
3333
fmt.Println("")
3434
cmdGit.Stdout = os.Stdout

0 commit comments

Comments
 (0)