summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-08 08:53:55 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-08 08:53:55 -0800
commit5630e1f9b91e3b403b4c5032198dbeda6f1cd457 (patch)
treef2f9210fa956cd23f0cf49c48ed3413246173ff1
parentd3063a8ab4f5bb407a176bdabf59e0ac68426fb1 (diff)
downloadchef-lcg/keepalives2.tar.gz
syntax fixlcg/keepalives2
-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