diff --git a/plugins.js b/plugins.js index a4e1a8b9..9fa0b400 100644 --- a/plugins.js +++ b/plugins.js @@ -15,7 +15,7 @@ const cache = new Config(); // modules path const path = resolve(homedir(), '.hyperterm_modules'); -const localPath = resolve(homedir(), '.hyperterm_local_modules'); +const localPath = resolve(homedir(), '.hyperterm_modules', 'local'); // init plugin directories if not present mkdirpSync(path);