Runtime name printed correctly.

Runtime is not printed while container listing due to typo introduced
in #935.
This fixes the Typo.

Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
Kunal Kushwaha 2017-06-26 11:46:32 +09:00
parent 65f171a39f
commit 16b10bb55d

View File

@ -167,7 +167,7 @@ func containerListFn(context *cli.Context) error {
if _, err := fmt.Fprintf(cl, "%s\t%s\t%s\t%d\n",
c.ID(),
imageName,
proto.Runtime,
proto.Runtime.Name,
proto.Size(),
); err != nil {
return err