Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2099 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck
2005-09-02 10:04:15 +00:00
parent 6c44d35268
commit 14b8fa308e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
*SVN*
* Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
* Don't require the environment just to clear the logs #2093 [Scott Barron]
* Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)

View File

@@ -59,7 +59,7 @@ end_blurb
if Object.const_defined?(:RAILS_ROOT)
usage << <<end_blurb
or to #{File.expand_path(RAILS_ROOT)}/script/generators/login
or to #{File.expand_path(RAILS_ROOT)}/generators/login
to use with this app only.
end_blurb
end