diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-29 22:42:27 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-30 16:20:28 -0700 |
commit | f331b1380fac1a60279c2abafb3b233c9a736360 (patch) | |
tree | 92b8c1ef2f1fd1dd379af13d109abc55d7b0c02e /lib/chef/resource/execute.rb | |
parent | db1b8e3fbfc03fa689a70813b1db133fcd3c4b65 (diff) | |
download | chef-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.rb | 2 |
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." |