diff --git a/bin/letsencrypt.js b/bin/letsencrypt.js index 91324eb..a61cb9b 100755 --- a/bin/letsencrypt.js +++ b/bin/letsencrypt.js @@ -30,6 +30,7 @@ cli.parse({ // ignore certonly and extraneous arguments cli.main(function(_, options) { + console.log(''); var args = {}; var homedir = require('homedir')();