Skip to content
Snippets Groups Projects
Unverified Commit 6df7420f authored by Bo Anderson's avatar Bo Anderson Committed by GitHub
Browse files

Merge pull request #8440 from miccal/cask_zap

cask/cmd/zap: fix missing require
parents aecea298 7eeee0bf
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ module Cask ...@@ -23,6 +23,8 @@ module Cask
end end
def run def run
require "cask/installer"
casks.each do |cask| casks.each do |cask|
odebug "Zapping Cask #{cask}" odebug "Zapping Cask #{cask}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment