diff options
| author | Adam Vandenberg | 2014-04-26 23:31:39 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-30 19:09:29 -0700 | 
| commit | d4b0599a86b5d0242477597506af69df24784523 (patch) | |
| tree | ad67a019989cb39e5e73754ff16f8a159f3f9592 /Library/Homebrew/os | |
| parent | 48cd833a15eaedcc7ec33244f00066c4c940f01e (diff) | |
| download | brew-d4b0599a86b5d0242477597506af69df24784523.tar.bz2 | |
--config -> config
Diffstat (limited to 'Library/Homebrew/os')
| -rw-r--r-- | Library/Homebrew/os/mac/hardware.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb index e2778590a..7bda71fa4 100644 --- a/Library/Homebrew/os/mac/hardware.rb +++ b/Library/Homebrew/os/mac/hardware.rb @@ -58,7 +58,7 @@ module MacCPUs          :g4e # PowerPC 7450        when 100          # This is the only 64-bit PPC CPU type, so it's useful -        # to distinguish in `brew --config` output and in bottle tags +        # to distinguish in `brew config` output and in bottle tags          MacOS.prefer_64_bit? ? :g5_64 : :g5  # PowerPC 970        else          :dunno  | 
