mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Stupid copy/paste error
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
48d057f8a9
commit
cef5cb2dcb
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…
Reference in a new issue