1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge branch 'master' of gitproxy:rails/rails

This commit is contained in:
José Valim 2010-03-23 00:27:07 +01:00
commit 1f93a46b43

View file

@ -3,7 +3,7 @@ begin
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 -rubygems /path/to/rails myapp --dev`"
"as `ruby /path/to/rails myapp --dev`"
exit
end