lib/bolt.rb in benofsky-bolt-0.1.7 vs lib/bolt.rb in benofsky-bolt-0.1.8

- old
+ new

@@ -31,10 +31,10 @@ # Creates a new project object and runs it resulting in creating # all nessecary directories for a new bolt project def create require 'bolt/project' - Project.new($config).run + Project.new.run end # Creates a new build object and runs it resulting in building # a bolt project and saving all files into the "out" directory. def build \ No newline at end of file