test-bot: fix (another) bad variable name.

This commit is contained in:
Mike McQuaid 2015-02-19 11:14:44 +00:00
parent a0980f05a1
commit 31028941a9

View File

@ -727,7 +727,7 @@ module Homebrew
formula_packaged = {} formula_packaged = {}
Dir.glob("*.bottle*.tar.gz") do |filename| Dir.glob("*.bottle*.tar.gz") do |filename|
version = Bintray.version(f.bottle.url) version = Bintray.version filename
formula = bottle_filename_formula_name filename formula = bottle_filename_formula_name filename
existing_bottle = existing_bottles[formula] existing_bottle = existing_bottles[formula]