diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-missing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-missing.rb b/Library/Contributions/examples/brew-missing.rb index 8064ac1a5..68206278c 100755 --- a/Library/Contributions/examples/brew-missing.rb +++ b/Library/Contributions/examples/brew-missing.rb @@ -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 |
