app/commands/template.rb in skippy-0.1.0.a vs app/commands/template.rb in skippy-0.1.1.a

- old
+ new

@@ -6,10 +6,10 @@ templates = Skippy.app.templates if templates.empty? say ' No templates found' else templates.each { |template| - say " #{template.name}", :green + say " #{template}", :green } end end default_command(:list)