diff options
| author | Mike McQuaid | 2013-06-15 11:00:32 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-15 11:00:32 +0100 |
| commit | 52a935d5bc63751935cc92fcfdd73f280955b066 (patch) | |
| tree | d5aecdcf8c62cb7ac3974efaaf0f64b546809bd2 /Library | |
| parent | 66cefb7be6cd30f026beddcc90637436262ee372 (diff) | |
| download | brew-52a935d5bc63751935cc92fcfdd73f280955b066.tar.bz2 | |
brew-test-bot: fix testing pull request handling.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
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 |
