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

test-bot: fix ambiguous arguments.

parent 36b7bae9
No related branches found
No related tags found
No related merge requests found
......@@ -617,7 +617,7 @@ module Homebrew
tap ||= bot_argv.value('tap')
end
tap.gsub! /homebrew\/homebrew-/i, "Homebrew/" if tap
tap.gsub!(/homebrew\/homebrew-/i, "Homebrew/") if tap
git_url = ENV['UPSTREAM_GIT_URL'] || ENV['GIT_URL']
if !tap && git_url
......
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