manpages: fix type.
Otherwise `brew generate-man-completions` fails.
This commit is contained in:
parent
7878c73b85
commit
d7a5f061ab
@ -46,7 +46,7 @@ module Homebrew
|
||||
File.write(TARGET_MAN_PATH/"brew.1", roff)
|
||||
end
|
||||
|
||||
sig { params(quiet: T::Boolean).void }
|
||||
sig { params(quiet: T::Boolean).returns(String) }
|
||||
def self.build_man_page(quiet:)
|
||||
template = (SOURCE_PATH/"brew.1.md.erb").read
|
||||
readme = HOMEBREW_REPOSITORY/"README.md"
|
||||
|
Loading…
x
Reference in New Issue
Block a user