Skip to content
Snippets Groups Projects
Commit 9d12b917 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Formulary: fix incorrect bottle variable usage.

parent 6823020a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment