summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/mixin/credentials.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/lib/chef-config/mixin/credentials.rb')
-rw-r--r--chef-config/lib/chef-config/mixin/credentials.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/mixin/credentials.rb b/chef-config/lib/chef-config/mixin/credentials.rb
index 0a7ca356c8..5b0078d1cc 100644
--- a/chef-config/lib/chef-config/mixin/credentials.rb
+++ b/chef-config/lib/chef-config/mixin/credentials.rb
@@ -16,7 +16,7 @@
#
require "tomlrb"
-require "chef-config/path_helper"
+require_relative "../path_helper"
module ChefConfig
module Mixin