Skip to content

Commit 1c64f54

Browse files
master (fix): Add StdErr pipe to command
1 parent b50216d commit 1c64f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/git/git.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func commit(cmdGit *exec.Cmd, message ...interface{}) {
3333
fmt.Println(color.Gray("-------------------------------"))
3434
fmt.Println("")
3535
cmdGit.Stdout = os.Stdout
36+
cmdGit.Stderr = os.Stderr
3637
err := cmdGit.Run()
3738
fmt.Println("")
3839
fmt.Println(color.Gray("-------------------------------"))

0 commit comments

Comments
 (0)