wip: require correct init file

This commit is contained in:
AJ ONeal 2019-11-18 22:56:28 -07:00
父節點 28aad4f29d
當前提交 375524873d
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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;
/*