diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index fc8b637ba..934de6eaf 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1020,7 +1020,7 @@ module Homebrew extend self checks.methods.sort << "check_for_linked_keg_only_brews" << "check_for_outdated_homebrew" else ARGV.named - end.select{ |method| method =~ /^check_/ }.uniq + end.select{ |method| method =~ /^check_/ }.reverse.uniq.reverse methods.each do |method| out = checks.send(method) |
