Merge pull request #16039 from apainintheneck/load-formulae-from-files-in-audit
dev-cmd/audit: load formulae from files
This commit is contained in:
commit
d20bcea146
@ -122,7 +122,7 @@ module Homebrew
|
||||
if args.tap
|
||||
Tap.fetch(args.tap).then do |tap|
|
||||
[
|
||||
tap.formula_names.map { |name| Formula[name] },
|
||||
tap.formula_files.map { |path| Formulary.factory(path) },
|
||||
tap.cask_files.map { |path| Cask::CaskLoader.load(path) },
|
||||
]
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user