Merge pull request #14887 from Microsoft/10662-stupidtypo

Windows: Stupid copy/paste error
This commit is contained in:
Phil Estes
2015-07-23 14:49:17 -04:00
+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)
}
}