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
+1 -1
View File
@@ -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)
}
}