Skip to content

Commit ec70183

Browse files
author
Juan San Emeterio
committed
Accounted for the escaped backslashes
Signed-off-by: Juan San Emeterio <juan.sanemeterio@equifax.com>
1 parent 70c7de3 commit ec70183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/virtualbox/virtualbox_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func findVBoxInstallDirInRegistry() (string, error) {
9191
}
9292

9393
func getShareDriveAndName() (string, string) {
94-
return "c/Users", "\\?\c:\\Users"
94+
return "c/Users", "\\\\?\\c:\\Users"
9595
}
9696

9797
func isHyperVInstalled() bool {

0 commit comments

Comments
 (0)