This commit is contained in:
Konstantin Haase 2015-01-14 16:21:07 +01:00
parent 784ca8479f
commit 4a6dabaa0e

View File

@ -14,7 +14,7 @@ class Travis::Api::App
def instrument(&block) def instrument(&block)
return yield unless instrument? return yield unless instrument?
::Skylight.instrument(title: title, &block) ::Skylight.instrument(title: @title, &block)
end end
def instrument? def instrument?