mirror of https://github.com/docker/docs.git
Accounted for the escaped backslashes
Signed-off-by: Juan San Emeterio <juan.sanemeterio@equifax.com>
This commit is contained in:
parent
70c7de3ddc
commit
ec7018348d
|
|
@ -91,7 +91,7 @@ func findVBoxInstallDirInRegistry() (string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func getShareDriveAndName() (string, string) {
|
func getShareDriveAndName() (string, string) {
|
||||||
return "c/Users", "\\?\c:\\Users"
|
return "c/Users", "\\\\?\\c:\\Users"
|
||||||
}
|
}
|
||||||
|
|
||||||
func isHyperVInstalled() bool {
|
func isHyperVInstalled() bool {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue