summaryrefslogtreecommitdiff
path: root/lib/chef/monkey_patches/net_http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/monkey_patches/net_http.rb')
-rw-r--r--lib/chef/monkey_patches/net_http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/monkey_patches/net_http.rb b/lib/chef/monkey_patches/net_http.rb
index 9c8044a9a7..6aad6029c3 100644
--- a/lib/chef/monkey_patches/net_http.rb
+++ b/lib/chef/monkey_patches/net_http.rb
@@ -5,7 +5,7 @@ module ChefNetHTTPExceptionExtensions
attr_accessor :chef_rest_request
end
-require 'net/http'
+require "net/http"
module Net
class HTTPError
include ChefNetHTTPExceptionExtensions