Skip to content
Snippets Groups Projects
Commit a64e9e54 authored by Jack Nagel's avatar Jack Nagel
Browse files

doctor: run slowest checks last

parent 43108e42
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment