From 0ce6df417b6016687add2b7820b8786cf414a6be Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 13 Jul 2016 21:26:11 -0700 Subject: [PATCH] plugins: rename `.hyperterm_modules` to `.hyperterm_plugins` --- plugins.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.js b/plugins.js index 32a52999..5e6593cb 100644 --- a/plugins.js +++ b/plugins.js @@ -13,8 +13,8 @@ const notify = require('./notify'); const cache = new Config(); // modules path -const path = resolve(homedir(), '.hyperterm_modules'); -const localPath = resolve(homedir(), '.hyperterm_modules', 'local'); +const path = resolve(homedir(), '.hyperterm_plugins'); +const localPath = resolve(homedir(), '.hyperterm_plugins', 'local'); // init plugin directories if not present mkdirpSync(path); @@ -60,7 +60,7 @@ function updatePlugins ({ force = false } = {}) { console.error(err.stack); notify( 'Error updating plugins.', - 'Check `~/.hyperterm_modules/npm-debug.log` for more information.' + 'Check `~/.hyperterm_plugins/npm-debug.log` for more information.' ); } else { // flag successful plugin update