Skip to content

Commit

Permalink
Use correct port for connect task
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyashiro committed Dec 1, 2015
1 parent 86c996a commit ac058f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module.exports = function(grunt) {
reporter: 'XUnit',

// URLs passed through as options
urls: ['http://localhost:' + port + '/example/test/test2.html'],
urls: ['http://localhost:' + (port + 1) + '/example/test/test2.html'],

run: true
},
Expand Down

0 comments on commit ac058f8

Please sign in to comment.