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

test-bot: fix tap variable naming.

parent 5c7c7a4c
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {}
......
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