Skip to content

Commit

Permalink
config: Fix broken JSON in Windows mount example
Browse files Browse the repository at this point in the history
The 'key: value' syntax is for objects, but 'mounts' is an array.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Mar 16, 2017
1 parent 4badf7f commit fab8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}\\",
Expand Down

0 comments on commit fab8f37

Please sign in to comment.