diff --git a/src/main.go b/src/main.go index 2abf8ca..0df0c7e 100644 --- a/src/main.go +++ b/src/main.go @@ -518,7 +518,7 @@ func Main(versionInfo string) { color.HiYellowString("(detached)"), ) } - fmt.Println(color.Output, strings.Join(parts, " ")) + fmt.Fprintln(color.Output, strings.Join(parts, " ")) } case *auditRead != "":