From 6c9d13f15507b0b4696160ce93dc31a5fd1d7cde Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 25 Sep 2018 01:26:47 -0600 Subject: [PATCH] update require path --- lib/rc/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rc/index.js b/lib/rc/index.js index 6d9bb12..389458d 100644 --- a/lib/rc/index.js +++ b/lib/rc/index.js @@ -95,7 +95,7 @@ module.exports.create = function (state) { fn(err); return; } - require('../usr/share/install-launcher.js').install({ env: process.env }, function (err) { + require('../../usr/share/install-launcher.js').install({ env: process.env }, function (err) { if (err) { fn(err); return; } opts._taketwo = true; setTimeout(function () {