2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-22 11:18:05 +00:00

ready for bump

This commit is contained in:
AJ ONeal 2015-12-17 09:16:43 +00:00
parent 2b2c9a2081
commit 2360fc8222

View File

@ -30,6 +30,7 @@ cli.parse({
// ignore certonly and extraneous arguments // ignore certonly and extraneous arguments
cli.main(function(_, options) { cli.main(function(_, options) {
console.log('');
var args = {}; var args = {};
var homedir = require('homedir')(); var homedir = require('homedir')();