diff --git a/utils/color.go b/utils/color.go index 84525dc80..6d8c367b3 100644 --- a/utils/color.go +++ b/utils/color.go @@ -52,7 +52,7 @@ func makeColorFunc(color string) func(string) string { } } -func isColorEnabled() bool { +func isColorEnabled() bool { if !checkedNoColor { _isColorEnabled = os.Getenv("NO_COLOR") == "" checkedNoColor = true