Fix Windows path escaping in example mount JSON

This commit is contained in:
Jonathan Rudenberg 2015-07-07 17:52:27 +00:00
parent e45054b038
commit 19cb6c7de9
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ Additional filesystems can be declared as "mounts", specified in the *mounts* ar
"mounts": [
{
"type": "ntfs",
"source": "\\?\Volume\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\",
"destination": "C:\Users\crosbymichael\My Fancy Mount Point\",
"source": "\\\\?\\Volume\\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\\",
"destination": "C:\\Users\\crosbymichael\\My Fancy Mount Point\\",
"options": ""
}
]