summaryrefslogtreecommitdiff
path: root/lib/chef/resource/execute.rb
diff options
context:
space:
mode:
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."