Skip to content

Commit

Permalink
Bugfix: self.urls should be urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Mar 6, 2012
1 parent e66fecd commit 99481e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hub/batch.js
Expand Up @@ -120,7 +120,7 @@ Batch.prototype.dispatch = function () {
urls.push("/batch/" + self.id + "/test/" + test);
});
} else {
self.urls = self.tests;
urls = self.tests;
}

agents.forEach(function (agent) {
Expand Down

0 comments on commit 99481e2

Please sign in to comment.