Skip to content

Commit 7919e19

Browse files
liramon1yuxianrz
authored andcommitted
Move IAM profile options into typed object
1 parent a7eda04 commit 7919e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/sso/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface SsoCache {
3636
}
3737

3838
const defaultCacheDir = () => path.join(fs.getUserHomeDir(), '.aws/sso/cache')
39-
const defaultStsCacheDir = () => path.join(fs.getUserHomeDir(), '.aws/cli/cache')
39+
const defaultStsCacheDir = () => path.join(fs.getUserHomeDir(), '.aws/flare/cache')
4040
export const getCacheDir = () => DevSettings.instance.get('ssoCacheDirectory', defaultCacheDir())
4141
export const getStsCacheDir = () => DevSettings.instance.get('stsCacheDirectory', defaultStsCacheDir())
4242

0 commit comments

Comments
 (0)