diagnostic: fix undefined ohai method

Fixes #20555.
This commit is contained in:
Ruoyu Zhong 2025-08-23 20:52:26 +08:00
parent 176720f75e
commit 454fc6e745
No known key found for this signature in database

View File

@ -57,6 +57,7 @@ module Homebrew
# Diagnostic checks. # Diagnostic checks.
class Checks class Checks
include SystemCommand::Mixin include SystemCommand::Mixin
include Utils::Output::Mixin
sig { params(verbose: T::Boolean).void } sig { params(verbose: T::Boolean).void }
def initialize(verbose: true) def initialize(verbose: true)