cache: fix bug when calling class method
This commit is contained in:
parent
cf6ff4d84c
commit
36520b0a9d
@ -16,7 +16,7 @@ module Cask
|
||||
|
||||
def run
|
||||
casks.each do |cask|
|
||||
puts cached_location(cask)
|
||||
puts self.class.cached_location(cask)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user