summaryrefslogtreecommitdiff
path: root/cmd/rr
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-02-14 15:09:18 +0300
committerWolfy-J <[email protected]>2019-02-14 15:09:18 +0300
commit94467726eb2f63d9ab991c01f1d553ebf2c0a77b (patch)
tree670f84352dadae7f7f1e66d664e32bc663dd6b0b /cmd/rr
parent77cb14cd7d6b0773b20065e8e5a3f95d1c5c96f8 (diff)
CS
Diffstat (limited to 'cmd/rr')
-rw-r--r--cmd/rr/cmd/root.go2
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}