Merge pull request #14887 from Microsoft/10662-stupidtypo
Windows: Stupid copy/paste error Upstream-commit: 9dcd0cc1ee442ca262491b7738890793be641abc Component: engine
This commit is contained in:
@@ -37,7 +37,7 @@ func kill(id string, pid int) error {
|
||||
|
||||
} else {
|
||||
// Shutdown the compute system
|
||||
if err = hcsshim.TerminateComputeSystem(id); err != nil {
|
||||
if err = hcsshim.ShutdownComputeSystem(id); err != nil {
|
||||
logrus.Errorf("Failed to shutdown %s - %s", id, err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user