diagnostic: fix error on verbose

This commit is contained in:
Bo Anderson 2025-08-19 17:29:44 +01:00
parent d82f30290e
commit 1ae7394b2c
No known key found for this signature in database

View File

@ -97,7 +97,7 @@ module Homebrew
"<NONE>"
end
sig { params(args: T.anything).returns(T.nilable(String)) }
sig { params(args: T.anything).void }
def add_info(*args)
ohai(*args) if @verbose
end