From b58460543a03e5e317637315b647d7ed74f0380f Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Mon, 26 Oct 2020 11:33:51 -0700 Subject: Remove unused monkeypatch on net/http. Signed-off-by: Pete Higgins --- lib/chef/application/knife.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/application') diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index eb1c3279e1..7906ce6eaa 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -20,7 +20,7 @@ require_relative "../application" require "mixlib/log" require "ohai/config" module Net - autoload :HTTP, File.expand_path("../monkey_patches/net_http", __dir__) + autoload :HTTP, "net/http" end require "chef-utils/dist" unless defined?(ChefUtils::Dist) -- cgit v1.2.1