aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/linux/hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/linux/hardware.rb b/Library/Homebrew/os/linux/hardware.rb
index 9dc454956..433092c45 100644
--- a/Library/Homebrew/os/linux/hardware.rb
+++ b/Library/Homebrew/os/linux/hardware.rb
@@ -16,7 +16,7 @@ module LinuxCPUs
def family
:dunno
end
- alias_method :intel_family, :cpu_family
+ alias_method :intel_family, :family
def cores
`grep -c ^processor /proc/cpuinfo`.to_i