Skip to content

Commit

Permalink
Updated hobo command so that it doesn't force Rails 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Jun 17, 2008
1 parent 309c1c2 commit 69f7b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/bin/hobo
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
puts "\nGenerating Rails app...\n"
opts = []
opts << "-d #{database_type}" if database_type
system("rails _2.0.2_ #{opts * ' '} #{app_path}")
system("rails #{opts * ' '} #{app_path}")


Dir.chdir(app_path) do
Expand Down

0 comments on commit 69f7b1d

Please sign in to comment.