Browse Source

wip: require correct init file

v4
AJ ONeal 5 years ago
parent
commit
375524873d
  1. 2
      greenlock-shim.js

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

Loading…
Cancel
Save