Merge pull request #20556 from Homebrew/diagnostic-ohai
diagnostic: fix undefined `ohai` method
This commit is contained in:
commit
78beba5440
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user