diff options
Diffstat (limited to 'Library')
| -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 d3eac90fa..3437f8e65 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -117,7 +117,7 @@ module Homebrew extend self bottle_revision = -1 begin bottle_revision += 1 - filename = bottle_filename(f, :tag => bottle_tag, :bottle_revision => bottle_revision) + filename = bottle_filename(f, :tag => bottle_tag, :revision => bottle_revision) end while not ARGV.include? '--no-revision' \ and master_bottle_filenames.include? filename |
