Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Apr 13, 2011
1 parent 586f018 commit c8aa6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meme.rb
Expand Up @@ -152,7 +152,7 @@ def self.run argv = ARGV
abort "#{$0} [GENERATOR|--list] LINE [ADDITONAL_LINES]" if ARGV.empty?

meme = new generator
link = meme.generate *ARGV
link = meme.generate(*ARGV)

meme.paste(link) unless text_only

Expand Down

0 comments on commit c8aa6fc

Please sign in to comment.