summaryrefslogtreecommitdiff
path: root/lib/chef/application/apply.rb
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2015-09-20 23:01:50 -0700
committeradamedx <adamed@getchef.com>2015-10-06 19:30:29 -0700
commit9fa35d05a5eba1b3f5c774cd28ec6169c9b003db (patch)
tree1a0445cecf27a19184c8f272522da7e1af18137f /lib/chef/application/apply.rb
parent0e0359d546ff9dd85859fad882f1cd71f745b517 (diff)
downloadchef-9fa35d05a5eba1b3f5c774cd28ec6169c9b003db.tar.gz
Windows cli tools should have color true by defaultadamedx/windows-color-defaults
Diffstat (limited to 'lib/chef/application/apply.rb')
-rw-r--r--lib/chef/application/apply.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/apply.rb b/lib/chef/application/apply.rb
index 243b441119..c4f34911f4 100644
--- a/lib/chef/application/apply.rb
+++ b/lib/chef/application/apply.rb
@@ -100,7 +100,7 @@ class Chef::Application::Apply < Chef::Application
option :color,
:long => '--[no-]color',
:boolean => true,
- :default => !Chef::Platform.windows?,
+ :default => true,
:description => "Use colored output, defaults to enabled"
option :minimal_ohai,