From 86ada937cb27b51c6a0e4561c0bb3df57002cfac Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Thu, 21 Nov 2024 16:55:19 -0500 Subject: [PATCH] formula_installer: re-enable mirror usage when installing via API --- Library/Homebrew/formula_installer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index e28e83d0bd..c9013baace 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1317,6 +1317,7 @@ on_request: installed_on_request?, options:) formula.fetch_patches formula.resources.each(&:fetch) + downloadable_object = downloadable false end