aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-06-15 11:00:32 +0100
committerMike McQuaid2013-06-15 11:00:32 +0100
commit69dddaf776d53ad23f8e206a95ae66de5e2b3844 (patch)
treea5d0ee8b6d92f71c3bebe63e863b2cebb67b9775 /Library
parent4a36322c41b99e2a0d497c53cf13d7d9f8ef032e (diff)
downloadhomebrew-69dddaf776d53ad23f8e206a95ae66de5e2b3844.tar.bz2
brew-test-bot: fix testing pull request handling.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 8a9289aac..b0b97c791 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