summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-17 14:21:43 -0700
committerTim Smith <tsmith@chef.io>2019-04-17 14:21:43 -0700
commit0ea69b303f8115fb067be3683bc521a1d0132d39 (patch)
tree4621d77e62aabf94bb8351069c7fca4b0774e9ee
parentbea342daed755aff8b31d7cc3a6f3ad9e438ec92 (diff)
downloadchef-0ea69b303f8115fb067be3683bc521a1d0132d39.tar.gz
Use color in chef-solo by default on Windowssolo_color
This matches our behavior in all our other commands since Chef 12.5. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/application/solo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index ee2509e821..9e9bf2051d 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -75,7 +75,7 @@ class Chef::Application::Solo < Chef::Application
option :color,
long: "--[no-]color",
boolean: true,
- default: !Chef::Platform.windows?,
+ default: true,
description: "Use colored output, defaults to enabled"
option :log_level,