diff options
| author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-08 08:53:55 -0800 |
|---|---|---|
| committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-08 08:53:55 -0800 |
| commit | 5630e1f9b91e3b403b4c5032198dbeda6f1cd457 (patch) | |
| tree | f2f9210fa956cd23f0cf49c48ed3413246173ff1 | |
| parent | d3063a8ab4f5bb407a176bdabf59e0ac68426fb1 (diff) | |
| download | chef-lcg/keepalives2.tar.gz | |
syntax fixlcg/keepalives2
| -rw-r--r-- | lib/chef/http.rb | 2 |
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 |
