diff options
author | danielsdeleo <dan@chef.io> | 2015-07-16 09:40:19 +0200 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2015-07-16 22:48:39 +0200 |
commit | 943bcdeb5ec0911ff0a0d2d9841d7060b3b6f963 (patch) | |
tree | af02e1db6fee4c5ae0efc37bee0394936fd5c140 /lib/chef/http | |
parent | 339dbb2d05bee1a0525388941ca2409be8f62ce1 (diff) | |
download | chef-943bcdeb5ec0911ff0a0d2d9841d7060b3b6f963.tar.gz |
Update the URL in user agent string12.5.0.current.0
Diffstat (limited to 'lib/chef/http')
-rw-r--r-- | lib/chef/http/http_request.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/http_request.rb b/lib/chef/http/http_request.rb index 7582f4458f..1baf5724ae 100644 --- a/lib/chef/http/http_request.rb +++ b/lib/chef/http/http_request.rb @@ -40,7 +40,7 @@ class Chef engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby" - UA_COMMON = "/#{::Chef::VERSION} (#{engine}-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}; ohai-#{Ohai::VERSION}; #{RUBY_PLATFORM}; +http://opscode.com)" + UA_COMMON = "/#{::Chef::VERSION} (#{engine}-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}; ohai-#{Ohai::VERSION}; #{RUBY_PLATFORM}; +https://chef.io)" DEFAULT_UA = "Chef Client" << UA_COMMON USER_AGENT = "User-Agent".freeze |