aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/bottle.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb
index 326f937df..3a8ebefe9 100644
--- a/Library/Homebrew/dev-cmd/bottle.rb
+++ b/Library/Homebrew/dev-cmd/bottle.rb
@@ -272,6 +272,7 @@ module Homebrew
root_url ||= ARGV.value("root_url")
bottle = BottleSpecification.new
+ bottle.tap = f.tap
bottle.root_url(root_url) if root_url
if relocatable
if skip_relocation