Skip to content

Commit 556b2a6

Browse files
authored
/3
1 parent e930f5b commit 556b2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99

1010
function getConfigDirectory(id, globalConfigPath) {
1111
const pathPrefix = globalConfigPath
12-
? path.join(id, 'config.json')
13-
: path.join('configstore', `${id}.json`);
12+
? path.join(id, 'config.json')
13+
: path.join('configstore', `${id}.json`);
1414

1515
const configDirectory = xdgConfig || fs.mkdtempSync(fs.realpathSync(os.tmpdir()) + path.sep);
1616

0 commit comments

Comments
 (0)