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
|
ofail e.message
|
||||||
next
|
next
|
||||||
rescue UnsatisfiedRequirements, DownloadError, ChecksumMismatchError => e
|
rescue UnsatisfiedRequirements, DownloadError, ChecksumMismatchError => e
|
||||||
ofail "#{formula}: #{e}"
|
ofail "#{fi.formula}: #{e}"
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user