Skip to content

Commit e5fd64d

Browse files
authored
Fix windows secrets path in the documentation (#2561)
1 parent 96add63 commit e5fd64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/commands/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ Configuration values are stored in a directory under your home directory, with r
114114

115115
- on macOS: `~/Library/Application Support/ScalaCli/secrets/config.json`
116116
- on Linux: `~/.config/scala-cli/secrets/config.json`
117-
- on Windows: `%LOCALAPPDATA%\ScalaCli\secrets\config.json` (
118-
typically `C:\Users\username\AppData\Local\ScalaCli\secrets\config.json`)
117+
- on Windows: `%LOCALAPPDATA%\ScalaCli\data\secrets\config.json` (
118+
typically `C:\Users\username\AppData\Local\ScalaCli\data\secrets\config.json`)

0 commit comments

Comments
 (0)