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
commit 9dcd0cc1ee

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)
}
}