diff options
Diffstat (limited to 'build/tasks/testswarm.js')
-rw-r--r-- | build/tasks/testswarm.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 2fecf62d7..449963818 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -12,10 +12,10 @@ module.exports = function( grunt ) { tests = grunt.config([ this.name, "tests" ]); if ( pull ) { - jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" + + jobName = "Pull <a href='https://github.com/jquery/jquery/pull/" + pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>"; } else { - jobName = "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" + + jobName = "Commit <a href='https://github.com/jquery/jquery/commit/" + commit + "'>" + commit.substr( 0, 10 ) + "</a>"; } |