diff options
Diffstat (limited to 'cmd/rr')
-rw-r--r-- | cmd/rr/cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go index 5fa76b87..74506004 100644 --- a/cmd/rr/cmd/root.go +++ b/cmd/rr/cmd/root.go @@ -112,7 +112,7 @@ func init() { func configureLogger(format string) { switch format { case "color", "default": - util.EnableColors = true + util.Colorize = true Logger.Formatter = &logrus.TextFormatter{ForceColors: true} case "plain": Logger.Formatter = &logrus.TextFormatter{DisableColors: true} |