diff options
| author | Martin Afanasjew | 2016-06-14 15:08:04 +0200 |
|---|---|---|
| committer | GitHub | 2016-06-14 15:08:04 +0200 |
| commit | 7727c7764c9941bbe78c342dbe5b3c1a57ac5cd6 (patch) | |
| tree | a52ff77b76a60fa2a422043e830c13c96e6a3807 | |
| parent | 8a70b000e55dbeadf2372b1c75360ca837219605 (diff) | |
| download | brew-7727c7764c9941bbe78c342dbe5b3c1a57ac5cd6.tar.bz2 | |
hardware: prettify config output on 6/8-core CPUs (#313)
| -rw-r--r-- | Library/Homebrew/hardware.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/hardware.rb b/Library/Homebrew/hardware.rb index d38896749..c493ff27a 100644 --- a/Library/Homebrew/hardware.rb +++ b/Library/Homebrew/hardware.rb @@ -55,6 +55,8 @@ module Hardware when 1 then "single" when 2 then "dual" when 4 then "quad" + when 6 then "hexa" + when 8 then "octa" else Hardware::CPU.cores end |
