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?
|
||||
Formula.installed
|
||||
else
|
||||
ARGV.formulae
|
||||
ARGV.resolved_formulae
|
||||
end
|
||||
|
||||
missing_deps(ff) do |name, missing|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user