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 = {};