summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe.nuspl <joe.nuspl@workday.com>2014-09-09 09:49:51 -0700
committerjoe.nuspl <joe.nuspl@workday.com>2014-09-09 09:49:51 -0700
commitae9bd409072ec2f26131e3c2edc463a00210f800 (patch)
tree4e196225233057204fd4844c413196952207edd3
parentae1354060e81176fc88b15dc4d6da29012955d53 (diff)
downloadchef-ae9bd409072ec2f26131e3c2edc463a00210f800.tar.gz
Dummy change to get curry to re-examine repo.
Change-Id: Id62328f67d8cd3b0c149cc510e01a79434dff93e
-rw-r--r--lib/chef/provider/execute.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/execute.rb b/lib/chef/provider/execute.rb
index 4fc66fdc2d..46b6b64495 100644
--- a/lib/chef/provider/execute.rb
+++ b/lib/chef/provider/execute.rb
@@ -53,6 +53,7 @@ class Chef
if STDOUT.tty? && !Chef::Config[:daemon] && Chef::Log.info? && !@new_resource.sensitive
opts[:live_stream] = STDOUT
end
+
if @new_resource.sensitive
command = "sensitive resource"
else