diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb index 3bb7e3e55c..fa6446f361 100644 --- a/Library/Homebrew/formula_versions.rb +++ b/Library/Homebrew/formula_versions.rb @@ -48,7 +48,7 @@ class FormulaVersions end end - def bottle_version_map(branch="HEAD") + def bottle_version_map(branch) map = Hash.new { |h, k| h[k] = [] } rev_list(branch) do |rev| formula_at_revision(rev) do |f|