Skip to content

Commit

Permalink
Change wcowRootInUVM variable to reference new package
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim An <maksiman@microsoft.com>
  • Loading branch information
anmaxvl committed Jan 13, 2022
1 parent aa7574b commit 46f07ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hcsoci/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

var (
lcowRootInUVM = guestpath.LCOWRootPrefixInUVM + "/%s"
wcowRootInUVM = `C:\c\%s`
wcowRootInUVM = guestpath.WCOWRootPrefixInUVM + "/%s"
)

// CreateOptions are the set of fields used to call CreateContainer().
Expand Down

0 comments on commit 46f07ba

Please sign in to comment.