formula_installer: fix fetch call

This commit is contained in:
Bo Anderson 2024-09-16 15:03:58 +01:00
parent 076c4e01f2
commit a434e516cd
No known key found for this signature in database

View File

@ -1314,7 +1314,7 @@ on_request: installed_on_request?, options:)
formula.fetch_patches
formula.resources.each(&:fetch)
end
downloadable.downloader.fetch
downloadable.fetch
self.class.fetched << formula
end