From 9dcbcc892a69a753dadaf1e86c8ba03bde8673a7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 4 Jul 2013 11:20:59 +0100 Subject: Formulary: fix incorrect bottle variable usage. --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index c5d456955..94d1679c3 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 -- cgit v1.2.3