fix missing dot in remoteExec.js require

master
lub 7 years ago
parent 5683592350
commit dd7c20f417

@ -1,4 +1,4 @@
const remoteExec = require('./remoteExec.js');
const remoteExec = require('../remoteExec.js');
// links lubiland and module.exports
const lubiland = module.exports = {};