summaryrefslogtreecommitdiff
path: root/lib/chef/http/simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/simple.rb')
-rw-r--r--lib/chef/http/simple.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/simple.rb b/lib/chef/http/simple.rb
index c318debd1d..fcc6ef91d7 100644
--- a/lib/chef/http/simple.rb
+++ b/lib/chef/http/simple.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require_relative ""
+require_relative "../http"
require_relative "authenticator"
require_relative "decompressor"
require_relative "cookie_manager"