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

Use .each, not .all? to enumerate formulae

parent 09e483c9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ module Homebrew
Please use the homebrew-versions tap instead:
https://github.com/Homebrew/homebrew-versions
EOS
ARGV.formulae.all? do |f|
ARGV.formulae.each do |f|
versions = FormulaVersions.new(f)
path = versions.repository_path
versions.each do |version, rev|
......
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