Skip to content

Commit e659613

Browse files
authored
Merge pull request #738 from wking/broken-mounts-example
config: Fix broken JSON in Windows mount example
2 parents 4badf7f + fab8f37 commit e659613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
9191

9292
```json
9393
"mounts": [
94-
"myfancymountpoint": {
94+
{
9595
"destination": "C:\\Users\\crosbymichael\\My Fancy Mount Point\\",
9696
"type": "ntfs",
9797
"source": "\\\\?\\Volume\\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\\",

0 commit comments

Comments
 (0)