cache: fix bug when calling class method

This commit is contained in:
William Ma 2020-06-22 11:29:46 -04:00
parent cf6ff4d84c
commit 36520b0a9d

View File

@ -16,7 +16,7 @@ module Cask
def run
casks.each do |cask|
puts cached_location(cask)
puts self.class.cached_location(cask)
end
end