From f7f86ae7d5f921be4a2eb7a9aee5d4f7b5469fcc Mon Sep 17 00:00:00 2001 From: mpana Date: Sat, 10 Feb 2018 18:10:47 +0200 Subject: [PATCH] updated for windows --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 4d6371f..da8a859 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -41,7 +41,7 @@ if (process.env.TRITONTEST_CLI_CONFIG_DIR) { * TODO: We should likely separate out the *cache* subdir to * machine-specific data dir. */ - CLI_CONFIG_DIR = mod_path.resolve(process.env.APPDATA, 'Joyent', 'Triton'); + CLI_CONFIG_DIR = mod_path.resolve(process.env.APPDATA, 'Spearhead', 'sc'); } else { CLI_CONFIG_DIR = mod_path.resolve(process.env.HOME, '.spearhead'); }