templates/single.erb in quickl-0.2.2 vs templates/single.erb in quickl-0.3.0

- old
+ new

@@ -29,10 +29,10 @@ end # Run the command def execute(args) # FIX: do something here - puts "Hello #{args.join(' and ')} from #{program_name}" + puts "Hello #{args.join(' and ')} from #{Quickl.program_name}" end end # class <%= cmd_class_name %> <% if footer %> if __FILE__ == $0