Browse code

Windows: Stupid copy/paste error

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2015/07/23 11:30:47
Showing 1 changed files
... ...
@@ -37,7 +37,7 @@ func kill(id string, pid int) error {
37 37
 
38 38
 	} else {
39 39
 		// Shutdown the compute system
40
-		if err = hcsshim.TerminateComputeSystem(id); err != nil {
40
+		if err = hcsshim.ShutdownComputeSystem(id); err != nil {
41 41
 			logrus.Errorf("Failed to shutdown %s - %s", id, err)
42 42
 		}
43 43
 	}