Fix typo.

This commit is contained in:
Catherine
2026-05-03 12:30:17 +00:00
parent edae862551
commit dd7268a657

View File

@@ -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 != "":