We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d840f8 commit 269ac18Copy full SHA for 269ac18
Library/Homebrew/extend/os/linux/diagnostic.rb
@@ -81,7 +81,7 @@ def check_umask_not_zero
81
82
sig { returns(T.nilable(String)) }
83
def check_supported_architecture
84
- return if ::Hardware::CPU.intel? ||::Hardware::CPU.arm?
+ return if ::Hardware::CPU.intel? || ::Hardware::CPU.arm?
85
86
<<~EOS
87
Your CPU architecture (#{::Hardware::CPU.arch}) is not supported. We only support
0 commit comments