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
commit9d12b917ec6e864627ad24f7589e31f78fb1c94d (patch)
tree449eab91961f7d234d6a52eedda7717e13905f30 /Library
parent6823020af76ce8cc593724e8069d94e8206bc4ce (diff)
downloadbrew-9d12b917ec6e864627ad24f7589e31f78fb1c94d.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