aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/bottle.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-11 17:59:41 +0100
committerGitHub2016-09-11 17:59:41 +0100
commit8448fe17cba78e35a260d4c4e0189abe7ab75fcf (patch)
treefa075123067877f0ac9b7bb1019bfc0b7cc7fc7b /Library/Homebrew/dev-cmd/bottle.rb
parenta70f8b9c305c53888132fb9f315d3f1488c8fb54 (diff)
parent237b70168e7c8f03e4368d3f0f0b608995ff9cae (diff)
downloadbrew-8448fe17cba78e35a260d4c4e0189abe7ab75fcf.tar.bz2
Merge pull request #923 from MikeMcQuaid/bottle-block-tap
bottle: set bottle block tap.
Diffstat (limited to 'Library/Homebrew/dev-cmd/bottle.rb')
-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