Skip to content

Commit

Permalink
these proc types arent created any more
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 3, 2013
1 parent 010114f commit 4548d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anvil/heroku/command/start.rb
Expand Up @@ -59,7 +59,7 @@ def index
client = Distributor::Client.new(dyno_to_client.first, client_to_dyno.last)

client.on_hello do
client.run("/app/vendor/bundle/ruby/1.9.1/bin/foreman start -c -p 5000 -m all=1,rake=0,console=0") do |ch|
client.run("/app/vendor/bundle/ruby/1.9.1/bin/foreman start -c -p 5000") do |ch|
client.hookup ch, $stdin.dup, $stdout.dup
client.on_close(ch) { shutdown(app, process["process"]) }
end
Expand Down

0 comments on commit 4548d97

Please sign in to comment.