Skip to content
Snippets Groups Projects
Commit 7db52816 authored by Nuno Cruces's avatar Nuno Cruces
Browse files

brew audit: fails on Linux if tap has any casks

Running `brew audit --tap=[TAP]` fails on Linux (including GitHub Actions CI) if the tap has any caksks.
parent 97405106
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ module Homebrew
cask_results = if audit_casks.empty?
{}
else
require "cask/cmd/abstract_command"
require "cask/cmd/audit"
Cask::Cmd::Audit.audit_casks(
......
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