missing: use ARGV.resolved_formulae
This commit is contained in:
parent
fb8548cae5
commit
da7d3c18ed
@ -31,7 +31,7 @@ module Homebrew
|
|||||||
ff = if ARGV.named.empty?
|
ff = if ARGV.named.empty?
|
||||||
Formula.installed
|
Formula.installed
|
||||||
else
|
else
|
||||||
ARGV.formulae
|
ARGV.resolved_formulae
|
||||||
end
|
end
|
||||||
|
|
||||||
missing_deps(ff) do |name, missing|
|
missing_deps(ff) do |name, missing|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user