Skip to content

Commit

Permalink
Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8171 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Nov 20, 2007
1 parent c95f066 commit 609a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails_generator/scripts.rb
Expand Up @@ -62,7 +62,7 @@ def usage_message

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
Expand Down

0 comments on commit 609a03f

Please sign in to comment.