summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/remote_file/http.rb')
-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 ef7398f756..93a3bd9ebf 100644
--- a/lib/chef/provider/remote_file/http.rb
+++ b/lib/chef/provider/remote_file/http.rb
@@ -139,7 +139,7 @@ class Chef
when :verify_none
Chef::HTTP::VerifyNoneSSLPolicy
else :verify_peer
- Chef::HTTP::VerifyPeerSSLPolicy
+ Chef::HTTP::VerifyPeerSSLPolicy
end
end
opts