From 51d2c50721b5380d2223919b3529073f26cf3f12 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Sun, 7 Sep 2025 12:41:19 -0700 Subject: [PATCH] Fix bottle cmd --- Library/Homebrew/dev-cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 5abeb8d0f4..ef039ce4b9 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -181,7 +181,7 @@ module Homebrew end sig { - params(old_keys: T::Array[String], old_bottle_spec: BottleSpecification, + params(old_keys: T::Array[Symbol], old_bottle_spec: BottleSpecification, new_bottle_hash: T::Hash[String, T.untyped]) .returns([T::Array[String], T::Array[T::Hash[Symbol, T.any(String, Symbol)]]]) }