From 9d12b917ec6e864627ad24f7589e31f78fb1c94d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 4 Jul 2013 11:20:59 +0100 Subject: [PATCH] Formulary: fix incorrect bottle variable usage. --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index c5d4569550..94d1679c39 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -66,7 +66,7 @@ class Formulary if ARGV.homebrew_developer? opoo "Add a new version regex to version.rb to parse this filename." end - @name = name + @name = bottle_name else @name = name_without_version end