mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
Merge pull request #2593 from rolandwalker/doctor_arch
add architecture to `brew cask doctor`
This commit is contained in:
commit
73a7ea3cc2
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ class Cask::CLI::Doctor
|
|||
def self.run
|
||||
ohai 'OS X Version:'
|
||||
puts MACOS_FULL_VERSION
|
||||
ohai "Hardware Architecture:", "#{Hardware::CPU.type}-#{Hardware::CPU.bits}"
|
||||
ohai 'Ruby Version:'
|
||||
puts "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
|
||||
ohai 'Ruby Path:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue