diff options
| author | Misty De Meo | 2013-10-21 21:25:42 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-12-05 18:24:51 -0800 |
| commit | b95f2357d85f7e0029a86b6f37ab7590f489c9c9 (patch) | |
| tree | c4f1fef17c1fb07e45dad6c805070f4fa6bf0e4a /Library/Homebrew/cmd | |
| parent | b11be1e98b96d50bb974dc31e4ebc08cb226ec70 (diff) | |
| download | homebrew-b95f2357d85f7e0029a86b6f37ab7590f489c9c9.tar.bz2 | |
Use BottleCollector in Bottle SoftwareSpec
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/bottle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 1db07254b..71ed7dad6 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -105,7 +105,7 @@ module Homebrew extend self bottle_revision = -1 begin bottle_revision += 1 - filename = bottle_filename(f, bottle_revision) + filename = bottle_filename(f, :tag => bottle_tag, :bottle_revision => bottle_revision) end while not ARGV.include? '--no-revision' \ and master_bottle_filenames.include? filename |
