Skip to content

Commit

Permalink
Changed ruby /path/to/rails myapp --dev to `ruby /path/to/rails new…
Browse files Browse the repository at this point in the history
… myapp --dev` in the "Thor is not avalable" message. [#4915 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
Jeff Kreeftmeijer authored and josevalim committed Jun 21, 2010
1 parent 45b263c commit ead72b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/base.rb
Expand Up @@ -3,7 +3,7 @@
rescue LoadError
puts "Thor is not available.\nIf you ran this command from a git checkout " \
"of Rails, please make sure thor is installed,\nand run this command " \
"as `ruby /path/to/rails myapp --dev`"
"as `ruby /path/to/rails new myapp --dev`"
exit
end

Expand Down

0 comments on commit ead72b3

Please sign in to comment.