aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-19 11:14:44 +0000
committerMike McQuaid2015-02-19 11:14:44 +0000
commit31028941a9832275c86fd85aea5692b4edfbd1f6 (patch)
tree9df87b9bf23c1b64ac647efcec6fb4bcd42221cc /Library
parenta0980f05a1399a434b057e551995847fa9db4e64 (diff)
downloadbrew-31028941a9832275c86fd85aea5692b4edfbd1f6.tar.bz2
test-bot: fix (another) bad variable name.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 1c7851f0e..af89666df 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -727,7 +727,7 @@ module Homebrew
formula_packaged = {}
Dir.glob("*.bottle*.tar.gz") do |filename|
- version = Bintray.version(f.bottle.url)
+ version = Bintray.version filename
formula = bottle_filename_formula_name filename
existing_bottle = existing_bottles[formula]