wip: require correct init file

Este commit está contenido en:
AJ ONeal 2019-11-18 22:56:28 -07:00
padre 28aad4f29d
commit 375524873d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -2,7 +2,7 @@
module.exports.create = function(opts) {
var Greenlock = require("@root/greenlock");
var Init = require("@root/greenlock/init.js");
var Init = require("@root/greenlock/lib/init.js");
var greenlock = opts.greenlock;
/*