Merge pull request #61 from titanous/patch-1
Fix Windows path escaping in example mount JSON
This commit is contained in:
commit
61e5579768
|
@ -80,8 +80,8 @@ Additional filesystems can be declared as "mounts", specified in the *mounts* ar
|
||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"type": "ntfs",
|
"type": "ntfs",
|
||||||
"source": "\\?\Volume\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\",
|
"source": "\\\\?\\Volume\\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\\",
|
||||||
"destination": "C:\Users\crosbymichael\My Fancy Mount Point\",
|
"destination": "C:\\Users\\crosbymichael\\My Fancy Mount Point\\",
|
||||||
"options": ""
|
"options": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue