Skip to content

Commit 49c277c

Browse files
kopporschacon
authored andcommitted
Fix path to logs
1 parent 5bb6896 commit 49c277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/development/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Often the most helpful thing is to look at the logs. GitButler is a Tauri app, s
2222
</Tab>
2323
<Tab value="Windows">
2424
```bash
25-
C:\Users\[username]\AppData\Roaming\com.domain.appname\logs
25+
C:\Users\[username]\AppData\Roaming\com.gitbutler.app\logs
2626
```
2727
</Tab>
2828
<Tab value="Linux">

0 commit comments

Comments
 (0)