wip: require correct init file

这个提交包含在:
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;
/*