changed config dir

This commit is contained in:
Marius Pana 2018-02-10 18:09:58 +02:00
parent 10e3b9df19
commit 1caffe0000
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}