test-bot: fix ambiguous arguments.
This commit is contained in:
parent
36b7bae93c
commit
fb99393422
@ -617,7 +617,7 @@ module Homebrew
|
|||||||
tap ||= bot_argv.value('tap')
|
tap ||= bot_argv.value('tap')
|
||||||
end
|
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']
|
git_url = ENV['UPSTREAM_GIT_URL'] || ENV['GIT_URL']
|
||||||
if !tap && git_url
|
if !tap && git_url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user