missing: use ARGV.resolved_formulae

This commit is contained in:
Xu Cheng 2015-05-17 21:02:54 +08:00
parent fb8548cae5
commit da7d3c18ed

View File

@ -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|