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 <wking@tremily.us>
This commit is contained in:
W. Trevor King
2017-03-16 15:48:15 -07:00
parent 4badf7fae7
commit fab8f37611
+1 -1
View File
@@ -91,7 +91,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
```json
"mounts": [
"myfancymountpoint": {
{
"destination": "C:\\Users\\crosbymichael\\My Fancy Mount Point\\",
"type": "ntfs",
"source": "\\\\?\\Volume\\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\\",