lib/picky/generator.rb in picky-0.9.1 vs lib/picky/generator.rb in picky-0.9.2

- old
+ new

@@ -42,10 +42,10 @@ attr_reader :types def initialize @types = { - :project => [Project, :project_name] + project: [Project, :project_name] } end # Run the generators with this command. # \ No newline at end of file