aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/hardware.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/hardware.rb')
-rw-r--r--Library/Homebrew/compat/hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/hardware.rb b/Library/Homebrew/compat/hardware.rb
index 550c10118..3013ed3b7 100644
--- a/Library/Homebrew/compat/hardware.rb
+++ b/Library/Homebrew/compat/hardware.rb
@@ -1,7 +1,7 @@
class Hardware
class << self
def is_32_bit?
- not CPU.is_64_bit?
+ !CPU.is_64_bit?
end
def is_64_bit?