summaryrefslogtreecommitdiff
path: root/lib/chef_zero.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero.rb')
-rw-r--r--lib/chef_zero.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero.rb b/lib/chef_zero.rb
index 4fdb4a0..77da1d6 100644
--- a/lib/chef_zero.rb
+++ b/lib/chef_zero.rb
@@ -1,5 +1,5 @@
module ChefZero
- require "chef_zero/log"
+ require_relative "chef_zero/log"
MIN_API_VERSION = 0
MAX_API_VERSION = 2