remove stale prefix

This commit is contained in:
Sven Fuchs 2013-10-29 18:31:06 +01:00
parent 6ab834f516
commit fa8a00194a

View File

@ -93,7 +93,7 @@ require 'travis/model'
return if @get('subscribed')
@set('subscribed', true)
if Travis.pusher
Travis.pusher.subscribe "#{prefix}job-#{@get('id')}",
Travis.pusher.subscribe "job-#{@get('id')}",
unsubscribe: ->
return unless @get('subscribed')