diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index b7d1568375..d59df48090 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -56,7 +56,7 @@ module Homebrew # Also can get tap from Jenkins GIT_URL. url_path = git_url.sub(%r{^https?://github\.com/}, "").chomp("/") begin - tap = Tap.fetch(tap) + tap = Tap.fetch(url_path) return tap unless tap.core_formula_repository? rescue end