postinstall: use ARGV.resolved_formulae
This commit is contained in:
parent
ba4d7fe615
commit
437a3182b0
@ -2,7 +2,7 @@ require "sandbox"
|
||||
|
||||
module Homebrew
|
||||
def postinstall
|
||||
ARGV.formulae.each { |f| run_post_install(f) }
|
||||
ARGV.resolved_formulae.each { |f| run_post_install(f) }
|
||||
end
|
||||
|
||||
def run_post_install(formula)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user