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:
commit
1f93a46b43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue