mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20139 from Homebrew/fix-type-mismatch-brew-info
Fix type mismatch in `brew info`
This commit is contained in:
commit
aeed5eb57a
@ -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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user