fix typo
This commit is contained in:
parent
784ca8479f
commit
4a6dabaa0e
|
@ -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?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user