diff options
| -rw-r--r-- | Library/Homebrew/bottles.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index e5f90cb77..3838d4a50 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -3,7 +3,7 @@ require 'os/mac' require 'extend/ARGV' require 'bottle_version' -def bottle_filename f, options={:tag=>bottle_tag, :bottle_revision=>nil} +def bottle_filename f, options={:tag=>bottle_tag} name = f.name.downcase version = f.stable.version options[:revision] ||= f.bottle.revision.to_i if f.bottle |
