Skip to content

Commit

Permalink
fix observer call
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Mar 3, 2009
1 parent fc74a27 commit 086fa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/snipe/commands/publish.rb
Expand Up @@ -5,7 +5,7 @@ module Snipe::Commands
class Publish < Snipe::Command

def publish_observer
@publish_observer ||= Snipe::Beanstalk::Queue.publish_observer
@publish_observer ||= Snipe::Beanstalk::Observer.publish_observer
end

def timer
Expand Down

0 comments on commit 086fa59

Please sign in to comment.