Skip to content

Commit fab8f37

Browse files
committed
config: Fix broken JSON in Windows mount example
The 'key: value' syntax is for objects, but 'mounts' is an array. Signed-off-by: W. Trevor King <[email protected]>
1 parent 4badf7f commit fab8f37

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)