diff options
Diffstat (limited to 'Library/Homebrew/postinstall.rb')
| -rw-r--r-- | Library/Homebrew/postinstall.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/postinstall.rb b/Library/Homebrew/postinstall.rb index 14e578128..0b6d8f6b0 100644 --- a/Library/Homebrew/postinstall.rb +++ b/Library/Homebrew/postinstall.rb @@ -11,7 +11,7 @@ begin trap("INT", old_trap) - formula = ARGV.formulae.first + formula = ARGV.resolved_formulae.first formula.extend(Debrew::Formula) if ARGV.debug? formula.run_post_install rescue Exception => e |
