Fix bottle cmd

This commit is contained in:
Douglas Eichelberger 2025-09-07 12:41:19 -07:00
parent 7153c25047
commit 51d2c50721
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

View File

@ -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)]]])
}