Skip to content

Commit

Permalink
Weird this lying around.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Jan 22, 2013
1 parent c16a46f commit 3324c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/agent/index.js
Expand Up @@ -51,7 +51,7 @@ var Agent = self = {
run: function(){

if (this.running) return false;
process.env.LOOP = 0;this
process.env.LOOP = 0;

// if run via cron, wait a few seconds before actually calling engage()
var wait_seconds = helpers.run_via_cron() ? helpers.random_between(1, 59) : 0;
Expand Down
2 changes: 1 addition & 1 deletion test/agent/providers/network.js
Expand Up @@ -58,7 +58,7 @@ describe('Network', function(){

});

describe('get_private_ip',function() {
describe('get private_ip',function() {

describe('when all interfaces are down', function(){

Expand Down

0 comments on commit 3324c39

Please sign in to comment.