Skip to content
Snippets Groups Projects
Commit 8ff4f46e authored by Xu Cheng's avatar Xu Cheng
Browse files

missing: use Formula#full_name

parent 4d27fe09
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ module Homebrew
missing_deps.reject! { |d| d.rack.exist? && d.rack.subdirs.length > 0 }
unless missing_deps.empty?
yield f.name, missing_deps if block_given?
missing[f.name] = missing_deps
yield f.full_name, missing_deps if block_given?
missing[f.full_name] = missing_deps
end
end
missing
......
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