Merge pull request #20556 from Homebrew/diagnostic-ohai

diagnostic: fix undefined `ohai` method
This commit is contained in:
Rylan Polster 2025-08-23 16:08:06 +00:00 committed by GitHub
commit 78beba5440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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