aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-07-04 11:20:59 +0100
committerMike McQuaid2013-07-04 11:20:59 +0100
commit9dcbcc892a69a753dadaf1e86c8ba03bde8673a7 (patch)
tree4509b469c7bba0018ebee2a4e586787817fae61d /Library
parent037c89057ce907dd7e0fb6e688b9f6de327a0ea8 (diff)
downloadhomebrew-9dcbcc892a69a753dadaf1e86c8ba03bde8673a7.tar.bz2
Formulary: fix incorrect bottle variable usage.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formulary.rb2
1 files changed, 1 insertions, 1 deletions
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