Fix type mismatch in brew info

This commit is contained in:
Rylan Polster 2025-06-17 16:57:50 -04:00
parent fb9d1c5a1c
commit f71287c4a9
No known key found for this signature in database

View File

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