From 11a7032fc2b55ea7de10fc20705faff303a07350 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 8 May 2019 17:15:15 -0700 Subject: fix a bunch of weirdly mangled require lines Signed-off-by: Lamont Granquist --- lib/chef/http/simple.rb | 2 +- lib/chef/http/simple_json.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chef/http') 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" diff --git a/lib/chef/http/simple_json.rb b/lib/chef/http/simple_json.rb index 57886380e6..000aadc04d 100644 --- a/lib/chef/http/simple_json.rb +++ b/lib/chef/http/simple_json.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require_relative "" +require_relative "../http" require_relative "authenticator" require_relative "decompressor" require_relative "cookie_manager" -- cgit v1.2.1