1
0
Fork 0
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:
John Howard 2015-07-22 19:30:47 -07:00
parent 48d057f8a9
commit cef5cb2dcb

View file

@ -37,7 +37,7 @@ func kill(id string, pid int) error {
} else { } else {
// Shutdown the compute system // 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) logrus.Errorf("Failed to shutdown %s - %s", id, err)
} }
} }