summaryrefslogtreecommitdiff
path: root/lib/ohai/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/config.rb')
-rw-r--r--lib/ohai/config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ohai/config.rb b/lib/ohai/config.rb
index 6029a26f..66790d98 100644
--- a/lib/ohai/config.rb
+++ b/lib/ohai/config.rb
@@ -18,8 +18,8 @@
#
require "chef-config/config"
-require "ohai/exception"
-require "ohai/plugin_config"
+require_relative "exception"
+require_relative "plugin_config"
module Ohai
Config = ChefConfig::Config