mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
correcting rescue to use installer and not formula
This commit is contained in:
parent
f9dab1561a
commit
e731b572f3
@ -321,7 +321,7 @@ module Homebrew
|
||||
ofail e.message
|
||||
next
|
||||
rescue UnsatisfiedRequirements, DownloadError, ChecksumMismatchError => e
|
||||
ofail "#{formula}: #{e}"
|
||||
ofail "#{fi.formula}: #{e}"
|
||||
next
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user