Merge pull request #34973 from darrenstahlmsft/fixError
Fix error string about containers feature Upstream-commit: 9feef9287474d0e9afe489d9ad0b71a986a012cb Component: engine
This commit is contained in:
@ -235,7 +235,7 @@ func checkSystem() error {
|
||||
|
||||
vmcompute := windows.NewLazySystemDLL("vmcompute.dll")
|
||||
if vmcompute.Load() != nil {
|
||||
return fmt.Errorf("Failed to load vmcompute.dll. Ensure that the Containers role is installed.")
|
||||
return fmt.Errorf("failed to load vmcompute.dll, ensure that the Containers feature is installed")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user