aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 3ee3062a5..8459a90ed 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -631,6 +631,7 @@ class FormulaInstaller
)
tab = Tab.for_keg(formula.prefix)
+ tab.tap = formula.tap
tab.poured_from_bottle = true
tab.write
end