Skip to content

Commit

Permalink
Merge pull request opencontainers#738 from wking/broken-mounts-example
Browse files Browse the repository at this point in the history
config: Fix broken JSON in Windows mount example
  • Loading branch information
hqhq authored Mar 20, 2017
2 parents 4badf7f + fab8f37 commit e659613
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 e659613

Please sign in to comment.