lib/chef-dk/command/generate.rb in chef-dk-2.1.11 vs lib/chef-dk/command/generate.rb in chef-dk-2.3.1
- old
+ new
@@ -21,10 +21,10 @@
require "chef-dk/command/generator_commands/cookbook_code_file"
require "chef-dk/command/generator_commands/cookbook"
require "chef-dk/command/generator_commands/app"
require "chef-dk/command/generator_commands/attribute"
require "chef-dk/command/generator_commands/cookbook_file"
-require 'chef-dk/command/generator_commands/helpers'
+require "chef-dk/command/generator_commands/helpers"
require "chef-dk/command/generator_commands/resource"
require "chef-dk/command/generator_commands/recipe"
require "chef-dk/command/generator_commands/template"
require "chef-dk/command/generator_commands/repo"
require "chef-dk/command/generator_commands/policyfile"