From 17b694893332dbcd813f6aa265c1e2502b4f7b92 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger <697964+dduugg@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:42:42 -0700 Subject: [PATCH] Update Library/Homebrew/formula_installer.rb Co-authored-by: Markus Reiter --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 1c321a17c3..5ba60c9f8e 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1317,7 +1317,7 @@ on_request: installed_on_request?, options:) self.class.fetched << formula end - sig { returns(T.any(Bottle, Resource, Resource::Local)) } + sig { returns(Downloadable) } def downloadable if (bottle_path = formula.local_bottle_path) Resource::Local.new(bottle_path)