Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Mar 21, 2016
1 parent d29b2b5 commit 44910a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector-setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ exports.run = function (workingPath, callback) {
nconf.save(cb);
}
console.log('Connector setup complete.');
cb();
}
], function (err) {
if (err) return callback(err);
Expand Down

0 comments on commit 44910a7

Please sign in to comment.