Merge pull request #20139 from Homebrew/fix-type-mismatch-brew-info

Fix type mismatch in `brew info`
This commit is contained in:
Rylan Polster 2025-06-17 21:53:47 +00:00 committed by GitHub
commit aeed5eb57a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,7 +266,7 @@ module Homebrew
cask.sourcefile_path.relative_path_from(tap.path) cask.sourcefile_path.relative_path_from(tap.path)
end end
github_remote_path(tap.remote, path) github_remote_path(tap.remote, path.to_s)
end end
sig { params(formula: Formula).void } sig { params(formula: Formula).void }