correcting rescue to use installer and not formula

This commit is contained in:
thibhero 2025-06-27 03:50:26 -04:00
parent f9dab1561a
commit e731b572f3

View File

@ -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