From 52a935d5bc63751935cc92fcfdd73f280955b066 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 15 Jun 2013 11:00:32 +0100 Subject: [PATCH] brew-test-bot: fix testing pull request handling. --- Library/Contributions/cmd/brew-test-bot.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 8a9289aac7..b0b97c791c 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -170,6 +170,7 @@ class Test github_repo = git_match[1] pull_id = ENV['ghprbPullId'] @url = "https://github.com/#{github_repo}/pull/#{pull_id}" + @hash = nil end end