aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2012-11-24 18:04:34 -0600
committerCorey Frang <gnarf@gnarf.net>2012-11-24 18:04:34 -0600
commitc27dc018e22260b6ad084dff4505172e6b107178 (patch)
tree9f58f4d2ffb6ec8360464cd83af7d39196fa7ac7
parent5c62ac80f00bbd86555cf3d45714789f831130e3 (diff)
downloadjquery-c27dc018e22260b6ad084dff4505172e6b107178.tar.gz
jquery-c27dc018e22260b6ad084dff4505172e6b107178.zip
Using the right matched param
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 87d933344..11b0d6680 100644
--- a/grunt.js
+++ b/grunt.js
@@ -135,7 +135,7 @@ module.exports = function( grunt ) {
if ( pull ) {
jobName = "jQuery Pull Request <a href='https://github.com/jquery/jquery/pull/" +
- pull[ 2 ] + "'>#" + pull[ 2 ] + "</a>";
+ pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>";
} else {
jobName = "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" +
commit + "'>" + commit.substr( 0, 10 ) + "</a>";