Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the spinner to the latest commands
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2428 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 30, 2005
1 parent f98ec35 commit 241b842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/commands/process/spinner.rb
Expand Up @@ -14,8 +14,8 @@ def daemonize
OPTIONS = {
:high_interval => 5.0,
:low_interval => 0.5,
:command => File.expand_path(File.dirname(__FILE__) + '/spawner'),
:daemon => false
:command => File.expand_path(RAILS_ROOT + '/script/run process spawner'),
:daemon => false
}

ARGV.options do |opts|
Expand Down

0 comments on commit 241b842

Please sign in to comment.