summaryrefslogtreecommitdiff
path: root/lib/chef/http
diff options
context:
space:
mode:
authorMarc Chamberland <mchamberland@pbsc.com>2019-04-23 19:00:14 -0400
committerMarc Chamberland <mchamberland@pbsc.com>2019-04-23 19:02:56 -0400
commit8f51e17d6e2e6769fd70bfe75c44a84e5deb2b3b (patch)
tree301c32f4be84ea1954810d37a06667f820a72a3f /lib/chef/http
parent3c31c4922148d720815afe03c56083bf84c56cdf (diff)
downloadchef-8f51e17d6e2e6769fd70bfe75c44a84e5deb2b3b.tar.gz
applying requested fixes
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
Diffstat (limited to 'lib/chef/http')
-rw-r--r--lib/chef/http/http_request.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/http_request.rb b/lib/chef/http/http_request.rb
index 7a84c07e2b..18a4648443 100644
--- a/lib/chef/http/http_request.rb
+++ b/lib/chef/http/http_request.rb
@@ -42,7 +42,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}; +#{Chef::Dist::WEBSITE})".freeze
- DEFAULT_UA = "#{Chef::Dist::PRODUCT} Client" << UA_COMMON
+ DEFAULT_UA = "Chef Client" << UA_COMMON
USER_AGENT = "User-Agent".freeze