summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/pods.go
diff options
context:
space:
mode:
authorSujil02 <sushah@redhat.com>2020-04-26 13:04:54 -0400
committerSujil02 <sushah@redhat.com>2020-04-28 15:57:40 -0400
commitb3cfb20aa20ada5c00f3c8d06e50ebb5029cf2e9 (patch)
tree10d2ca2e83781ae36a3bb2dcd671897fab7efcf8 /pkg/domain/infra/abi/pods.go
parentca1c674d2e027b563c3e9fd92c335eb3f5e5e05d (diff)
downloadpodman-b3cfb20aa20ada5c00f3c8d06e50ebb5029cf2e9.tar.gz
podman-b3cfb20aa20ada5c00f3c8d06e50ebb5029cf2e9.tar.bz2
podman-b3cfb20aa20ada5c00f3c8d06e50ebb5029cf2e9.zip
Fix typos in rm messages
Fix typos in pod rm messages Signed-off-by: Sujil02 <sushah@redhat.com>
Diffstat (limited to 'pkg/domain/infra/abi/pods.go')
-rw-r--r--pkg/domain/infra/abi/pods.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/domain/infra/abi/pods.go b/pkg/domain/infra/abi/pods.go
index 7c06f9a4e..b286bcf0d 100644
--- a/pkg/domain/infra/abi/pods.go
+++ b/pkg/domain/infra/abi/pods.go
@@ -236,8 +236,6 @@ func (ic *ContainerEngine) PodRm(ctx context.Context, namesOrIds []string, optio
err := ic.Libpod.RemovePod(ctx, p, true, options.Force)
if err != nil {
report.Err = err
- reports = append(reports, &report)
- continue
}
reports = append(reports, &report)
}