test-bot: fix tap variable naming.

This commit is contained in:
Mike McQuaid 2015-02-19 11:12:07 +00:00
parent 5c7c7a4ce6
commit a0980f05a1

View File

@ -722,7 +722,7 @@ module Homebrew
safe_system "git", "push", "--force", remote, "master:master", ":refs/tags/#{tag}"
# Bintray upload (will take over soon)
bintray_repo = Bintray.repository(tap_name)
bintray_repo = Bintray.repository(tap)
bintray_repo_url = "https://api.bintray.com/packages/homebrew/#{bintray_repo}"
formula_packaged = {}