summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file
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/provider/remote_file
parent6200bf0d319a236f2ab93e83166919c392a22abf (diff)
downloadchef-1dd6fee90b57951a8d1d6b6618131407452ebd37.tar.gz
Capitalize sentences
Diffstat (limited to 'lib/chef/provider/remote_file')
-rw-r--r--lib/chef/provider/remote_file/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file/http.rb b/lib/chef/provider/remote_file/http.rb
index f17ab5a56d..e1f1cb2da7 100644
--- a/lib/chef/provider/remote_file/http.rb
+++ b/lib/chef/provider/remote_file/http.rb
@@ -105,7 +105,7 @@ class Chef
# case you'd end up with a tar archive (no gzip) named, e.g., foo.tgz,
# which is not what you wanted.
if uri.to_s =~ /gz$/
- Chef::Log.debug("turning gzip compression off due to filename ending in gz")
+ Chef::Log.debug("Turning gzip compression off due to filename ending in gz")
opts[:disable_gzip] = true
end
opts