mirror of
https://github.com/github/rails.git
synced 2026-01-29 16:28:09 -05:00
Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8171 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -62,7 +62,7 @@ end_blurb
|
||||
|
||||
if Object.const_defined?(:RAILS_ROOT)
|
||||
usage << <<end_blurb
|
||||
or to #{File.expand_path(RAILS_ROOT)}/generators/login
|
||||
or to #{File.expand_path(RAILS_ROOT)}/lib/generators/login
|
||||
to use with this app only.
|
||||
end_blurb
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user