wip: require correct init file

このコミットが含まれているのは:
AJ ONeal 2019-11-18 22:56:28 -07:00
コミット 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;
/*