Skip to content

Commit 269ac18

Browse files
MikeMcQuaidCopilot
andauthored
Update Library/Homebrew/extend/os/linux/diagnostic.rb
Co-authored-by: Copilot <[email protected]>
1 parent 3d840f8 commit 269ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/extend/os/linux/diagnostic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def check_umask_not_zero
8181

8282
sig { returns(T.nilable(String)) }
8383
def check_supported_architecture
84-
return if ::Hardware::CPU.intel? ||::Hardware::CPU.arm?
84+
return if ::Hardware::CPU.intel? || ::Hardware::CPU.arm?
8585

8686
<<~EOS
8787
Your CPU architecture (#{::Hardware::CPU.arch}) is not supported. We only support

0 commit comments

Comments
 (0)