From 492ce9cc5e98ef9fa330abb93f4082cdb4d034bf Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 5 Dec 2013 23:08:04 -0800 Subject: [PATCH] bottle_filename: remove unused revision default --- Library/Homebrew/bottles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index e5f90cb778..3838d4a503 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