aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2015-09-18 11:56:03 +0100
committerMike McQuaid2015-09-18 11:56:03 +0100
commitfab6b6c19d3be7a2ded5b7aa050064c5d66c5340 (patch)
tree42d437013cf0452758a1bd8884ece3e83bc8a2ee /Library/Homebrew
parent1d4c99e00826b43e608c9b5d741411c4663937d1 (diff)
downloadbrew-fab6b6c19d3be7a2ded5b7aa050064c5d66c5340.tar.bz2
test-bot: fix syntax error.
Diffstat (limited to 'Library/Homebrew')
-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 b27715f76..4de8e4ebf 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -284,7 +284,7 @@ module Homebrew
elsif ENV["TRAVIS_COMMIT_RANGE"]
diff_start_sha1, diff_end_sha1 = ENV["TRAVIS_COMMIT_RANGE"].split "..."
diff_end_sha1 = ENV["TRAVIS_COMMIT"] if travis_pr
- elseif ENV["ghprbPullLink"]
+ elsif ENV["ghprbPullLink"]
# Handle Jenkins pull request builder plugin.
@url = ENV["ghprbPullLink"]
@hash = nil