Merge pull request #8440 from miccal/cask_zap

cask/cmd/zap: fix missing require
This commit is contained in:
Bo Anderson 2020-08-22 03:00:50 +01:00 committed by GitHub
commit 6df7420f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ module Cask
end
def run
require "cask/installer"
casks.each do |cask|
odebug "Zapping Cask #{cask}"