fix missing dot in remoteExec.js require

develop
lub 7 years ago
parent b48b9a6137
commit fc9c29d74e

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