summaryrefslogtreecommitdiff
path: root/lib/chef/guard_interpreter
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/guard_interpreter')
-rw-r--r--lib/chef/guard_interpreter/default_guard_interpreter.rb4
-rw-r--r--lib/chef/guard_interpreter/resource_guard_interpreter.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/guard_interpreter/default_guard_interpreter.rb b/lib/chef/guard_interpreter/default_guard_interpreter.rb
index 740e8e3f2c..57a82cd9d6 100644
--- a/lib/chef/guard_interpreter/default_guard_interpreter.rb
+++ b/lib/chef/guard_interpreter/default_guard_interpreter.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require "chef/mixin/train_or_shell"
-require "chef/exceptions"
+require_relative "../mixin/train_or_shell"
+require_relative "../exceptions"
class Chef
class GuardInterpreter
diff --git a/lib/chef/guard_interpreter/resource_guard_interpreter.rb b/lib/chef/guard_interpreter/resource_guard_interpreter.rb
index 79134d3dfb..3ff1e6c847 100644
--- a/lib/chef/guard_interpreter/resource_guard_interpreter.rb
+++ b/lib/chef/guard_interpreter/resource_guard_interpreter.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "chef/guard_interpreter"
+require_relative ""
class Chef
class GuardInterpreter