Skip to content

Commit

Permalink
revert last commit :(
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed Jun 8, 2011
1 parent ece7211 commit e1add6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions padrino-core/lib/padrino-core/cli/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ def generate(*args)

desc "g", "Executes the Padrino generator with given options."
def g
invoke :generate
invoke(:generate, *args)
end

desc "gen", "Executes the Padrino generator with given options."
def gen
invoke :generate
def gen(*args)
invoke(:generate, *args)
end

desc "version", "Show current Padrino Version"
Expand Down

0 comments on commit e1add6c

Please sign in to comment.