1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update the spinner to the latest commands

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2428 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-09-30 13:46:14 +00:00
parent f98ec352b6
commit 241b842be1

View file

@ -14,8 +14,8 @@ end
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|