Skip to content

Commit 81799ca

Browse files
committed
variable global color
1 parent 417de62 commit 81799ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/color.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func makeColorFunc(color string) func(string) string {
5252
}
5353
}
5454

55-
func isColorEnabled() bool {
55+
func isColorEnabled() bool {
5656
if !checkedNoColor {
5757
_isColorEnabled = os.Getenv("NO_COLOR") == ""
5858
checkedNoColor = true

0 commit comments

Comments
 (0)