aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_versions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula_versions.rb')
-rw-r--r--Library/Homebrew/formula_versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb
index 2c5aae8f5..e5a0c0aea 100644
--- a/Library/Homebrew/formula_versions.rb
+++ b/Library/Homebrew/formula_versions.rb
@@ -53,7 +53,7 @@ class FormulaVersions
formula_at_revision(rev) do |f|
bottle = f.bottle_specification
unless bottle.checksums.empty?
- map[f.pkg_version] << bottle.revision
+ map[f.pkg_version] << bottle.rebuild
end
end
end