aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-07 15:35:43 +0000
committerMike McQuaid2015-03-08 09:39:15 +0000
commitfb993934220bb2af300b6f8789a2c598165ed4c5 (patch)
treefe7776b112d322cc2eccc8c76af97f3f9c97cebc /Library
parent36b7bae93cedfa59cba797f7ad3bdcdced700fb7 (diff)
downloadbrew-fb993934220bb2af300b6f8789a2c598165ed4c5.tar.bz2
test-bot: fix ambiguous arguments.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 15c9f9767..4e339fe65 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -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