diff options
Diffstat (limited to 'lib/chef/http/cookie_manager.rb')
-rw-r--r-- | lib/chef/http/cookie_manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/cookie_manager.rb b/lib/chef/http/cookie_manager.rb index 723b26ad87..b7b6dddb52 100644 --- a/lib/chef/http/cookie_manager.rb +++ b/lib/chef/http/cookie_manager.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require "chef/http/cookie_jar" +require_relative "cookie_jar" class Chef class HTTP |