Skip to content

Commit 63c68c8

Browse files
authored
fix: escape space in macOS data directory path (#128)
* typo: fix * typo: slash fix
1 parent 1c47cf8 commit 63c68c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Data
99
----
1010

1111
- Windows: ``C:\Users\<USER>\AppData\Local\activitywatch\activitywatch``
12-
- macOS: ``~/Library/Application Support/activitywatch``
12+
- macOS: ``~/Library/Application\ Support/activitywatch``
1313
- Linux: ``~/.local/share/activitywatch``
1414

1515
.. _config-directory:

0 commit comments

Comments
 (0)