From c27dc018e22260b6ad084dff4505172e6b107178 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Sat, 24 Nov 2012 18:04:34 -0600 Subject: [PATCH] Using the right matched param --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #" + pull[ 2 ] + ""; + pull[ 1 ] + "'>#" + pull[ 1 ] + ""; } else { jobName = "jQuery commit #" + commit.substr( 0, 10 ) + ""; -- 2.39.5