Skip to content

Commit 5d22cdb

Browse files
committed
typp
1 parent 6345093 commit 5d22cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ func getTokenFilePath() string {
7373

7474
var tokenPath string
7575
if runtime.GOOS == "windows" {
76-
tokenPath = filepath.Join(homeDir, ".aws", "sso", "cache", "kiro2cc-token.json")
76+
tokenPath = filepath.Join(homeDir, ".aws", "sso", "cache", "kiro-auth-token.json")
7777
} else {
78-
tokenPath = filepath.Join(homeDir, ".aws", "sso", "cache", "kiro2cc-token.json")
78+
tokenPath = filepath.Join(homeDir, ".aws", "sso", "cache", "kiro-auth-token.json")
7979
}
8080

8181
return tokenPath

0 commit comments

Comments
 (0)