diff options
author | Tim Smith <tsmith@chef.io> | 2018-11-15 09:44:38 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-11-15 09:44:38 -0800 |
commit | 52b46e76aff36a77befb5f28dc187952a75347d9 (patch) | |
tree | 6df31435d262df463eb1e90267ea584ad2976031 /lib/chef/resource/execute.rb | |
parent | 72f051cd4b29e7207f2ea9d8b56070fd9d534bca (diff) | |
download | chef-52b46e76aff36a77befb5f28dc187952a75347d9.tar.gz |
Updates from the review of #7929
Thanks @tyler-ball
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 e2f389325e..05a76ab5e3 100644 --- a/lib/chef/resource/execute.rb +++ b/lib/chef/resource/execute.rb @@ -65,7 +65,7 @@ class Chef description: "The current working directory from which the command will be run." property :environment, Hash, - description: "A Hash of environment variables in the form of ({'ENV_VARIABLE' => 'VALUE'}). (These variables must exist for a command to be run successfully.)" + description: "A Hash of environment variables in the form of ({'ENV_VARIABLE' => 'VALUE'})." alias :env :environment |