mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Using the right matched param
This commit is contained in:
parent
5c62ac80f0
commit
c27dc018e2
2
grunt.js
2
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>";
|
||||
|
Loading…
Reference in New Issue
Block a user