Skip to content

Commit

Permalink
console output symmetry
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Sep 22, 2013
1 parent 794405c commit 2cc7c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssh.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports.copyUpConfig = function(host, configContents, cb) {
child_process.execFile(scp, args, function(err) {
if (err) {
if (++tries > MAX_TRIES) return cb("can't connect via SSH. stupid amazon");
console.log(" ... not yet ssh accessible ...");
console.log(" ... not yet ssh accessible");
setTimeout(oneTry, 5000);
} else {
cb();
Expand Down

0 comments on commit 2cc7c92

Please sign in to comment.