Skip to content
Snippets Groups Projects
Commit f708b0b8 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

brew-missing - don't count outdated as missing

parent 8b8bf793
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ require 'formula_installer'
def main
# Names of outdated brews; they count as installed.
outdated = outdated_brews.select {|b| b[1]}
outdated = outdated_brews.collect {|b| b[1]}
HOMEBREW_CELLAR.subdirs.each do |keg|
next unless keg.subdirs
......
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