summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/train_or_shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/train_or_shell.rb')
-rw-r--r--lib/chef/mixin/train_or_shell.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/mixin/train_or_shell.rb b/lib/chef/mixin/train_or_shell.rb
index 6a47d52a1d..f1ea98547b 100644
--- a/lib/chef/mixin/train_or_shell.rb
+++ b/lib/chef/mixin/train_or_shell.rb
@@ -17,9 +17,9 @@
#
require "ostruct"
-require "chef/mixin/shell_out"
-require "chef/mixin/powershell_out"
-require "chef/config"
+require_relative "shell_out"
+require_relative "powershell_out"
+require_relative "../config"
class Chef
module Mixin