capitalization error. should push to pubsub now.

This commit is contained in:
danielvincent 2010-10-05 17:24:00 -07:00
parent 7a1811807c
commit c01bbbb3e0

View file

@ -34,7 +34,7 @@ class MessageHandler
http = EventMachine::HttpRequest.new(query.destination).get :timeout => TIMEOUT
http.callback {process}
when :hub_publish
http = EventMachine::PubSubHubBub.new(query.destination).get :timeout => TIMEOUT
http = EventMachine::PubSubHubbub.new(query.destination).get :timeout => TIMEOUT
http.callback {process}
else
raise "message is not a type I know!"