diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-08-05 20:44:27 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-08-05 20:44:27 +0000 |
commit | 5fd2fffcf6fc20e47e16924fd703f281b70e35a9 (patch) | |
tree | d6cf4cd3d57a6bea95ee163b35643f759a6c02ba | |
parent | 0e73a92c0441fb7faec3ac44dbaa8fbf8335df10 (diff) | |
download | rails-5fd2fffcf6fc20e47e16924fd703f281b70e35a9.tar.gz rails-5fd2fffcf6fc20e47e16924fd703f281b70e35a9.tar.bz2 rails-5fd2fffcf6fc20e47e16924fd703f281b70e35a9.zip |
Call an inspector for inspector
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4667 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | railties/lib/commands/process/inspector.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/process/inspector.rb b/railties/lib/commands/process/inspector.rb index 15643059fc..79e1cf9a61 100644 --- a/railties/lib/commands/process/inspector.rb +++ b/railties/lib/commands/process/inspector.rb @@ -1,6 +1,6 @@ require 'optparse' -if RUBY_PLATFORM =~ /mswin32/ then abort("Reaper is only for Unix") end +if RUBY_PLATFORM =~ /mswin32/ then abort("Inspector is only for Unix") end OPTIONS = { :pid_path => File.expand_path(RAILS_ROOT + '/tmp/pids'), |