From dd7c20f41735fb50563d2156bf9bfd6b9af495cf Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 15 Oct 2017 19:28:27 +0200 Subject: [PATCH] fix missing dot in remoteExec.js require --- projects/lubiland.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/lubiland.js b/projects/lubiland.js index 7626b55..da42eaa 100644 --- a/projects/lubiland.js +++ b/projects/lubiland.js @@ -1,4 +1,4 @@ -const remoteExec = require('./remoteExec.js'); +const remoteExec = require('../remoteExec.js'); // links lubiland and module.exports const lubiland = module.exports = {};