summaryrefslogtreecommitdiff
path: root/lib/chef/resource/execute.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 22:42:27 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 16:20:28 -0700
commitf331b1380fac1a60279c2abafb3b233c9a736360 (patch)
tree92b8c1ef2f1fd1dd379af13d109abc55d7b0c02e /lib/chef/resource/execute.rb
parentdb1b8e3fbfc03fa689a70813b1db133fcd3c4b65 (diff)
downloadchef-f331b1380fac1a60279c2abafb3b233c9a736360.tar.gz
Skip more resources and set others to desired state falseresource_descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/execute.rb')
-rw-r--r--lib/chef/resource/execute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index 2643a45756..e74d0c1439 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -62,7 +62,7 @@ class Chef
description: "Prevent a command from creating a file when that file already exists."
property :cwd, String,
- description: "Set the current working directory before running a command."
+ description: "The current working directory from which the command will be run."
property :environment, Hash,
description: "Specify a Hash of environment variables to be set."