summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb
index b58e5a3774..9438a568d3 100644
--- a/lib/chef/http.rb
+++ b/lib/chef/http.rb
@@ -214,7 +214,7 @@ class Chef
}
SocketlessChefZeroClient.new(base_url)
else
- BasicClient.new(base_url, :ssl_policy => Chef::HTTP::APISSLPolicy, :http_client_cache => http_client_cache))
+ BasicClient.new(base_url, :ssl_policy => Chef::HTTP::APISSLPolicy, :http_client_cache => http_client_cache)
end
end