From 1caffe0000a8956b8c165c6517fc3640e558e487 Mon Sep 17 00:00:00 2001 From: mpana Date: Sat, 10 Feb 2018 18:09:58 +0200 Subject: [PATCH] changed config dir --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 5389b0e..4d6371f 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -43,7 +43,7 @@ if (process.env.TRITONTEST_CLI_CONFIG_DIR) { */ CLI_CONFIG_DIR = mod_path.resolve(process.env.APPDATA, 'Joyent', 'Triton'); } else { - CLI_CONFIG_DIR = mod_path.resolve(process.env.HOME, '.triton'); + CLI_CONFIG_DIR = mod_path.resolve(process.env.HOME, '.spearhead'); }