From 375524873d733d2ecf1526c055e2681bfb09135b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 18 Nov 2019 22:56:28 -0700 Subject: [PATCH] wip: require correct init file --- greenlock-shim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenlock-shim.js b/greenlock-shim.js index e009de7..66e6ed5 100644 --- a/greenlock-shim.js +++ b/greenlock-shim.js @@ -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; /*