diff options
Diffstat (limited to 'lib/chef_zero.rb')
-rw-r--r-- | lib/chef_zero.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero.rb b/lib/chef_zero.rb index 94633d4..2db3392 100644 --- a/lib/chef_zero.rb +++ b/lib/chef_zero.rb @@ -1,5 +1,5 @@ module ChefZero - require 'chef_zero/log' + require "chef_zero/log" MIN_API_VERSION = 0 MAX_API_VERSION = 1 |