summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-18 20:43:12 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-18 20:43:12 -0700
commit1dd6fee90b57951a8d1d6b6618131407452ebd37 (patch)
treec748086444f0e53f33883faeb6b06ce2a912e9f1 /lib/chef/resource
parent6200bf0d319a236f2ab93e83166919c392a22abf (diff)
downloadchef-1dd6fee90b57951a8d1d6b6618131407452ebd37.tar.gz
Capitalize sentences
Diffstat (limited to 'lib/chef/resource')
-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 ec669a75d3..11c4ae045c 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -102,7 +102,7 @@ class Chef
end
def path(arg=nil)
- Chef::Log.warn "'path' attribute of 'execute' is not used by any provider in Chef 11 and Chef 12. Use 'environment' attribute to configure 'PATH'. This attribute will be removed in Chef 13."
+ Chef::Log.warn "The 'path' attribute of 'execute' is not used by any provider in Chef 11 or Chef 12. Use 'environment' attribute to configure 'PATH'. This attribute will be removed in Chef 13."
set_or_return(
:path,