diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index d9323054df..9a068f8878 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -4,7 +4,6 @@ require 'extend/ARGV' require 'bottle_version' def bottle_filename options={} - options = { :tag => bottle_tag }.merge(options) suffix = ".#{options[:tag]}#{bottle_suffix(options[:revision])}" "#{options[:name]}-#{options[:version]}#{suffix}" end