Remove string from Reaper.Stop signature

This commit is contained in:
Maciej Szulik
2015-11-12 15:42:29 +01:00
parent 706d3a77a9
commit 64f778804d
7 changed files with 41 additions and 61 deletions

View File

@@ -193,7 +193,7 @@ func StopRC(rc *api.ReplicationController, restClient *client.Client) error {
if err != nil || reaper == nil {
return err
}
_, err = reaper.Stop(rc.Namespace, rc.Name, 0, nil)
err = reaper.Stop(rc.Namespace, rc.Name, 0, nil)
if err != nil {
return err
}