Merge pull request #14887 from Microsoft/10662-stupidtypo
Windows: Stupid copy/paste error
This commit is contained in:
commit
9dcd0cc1ee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue