summaryrefslogtreecommitdiff
path: root/cmd/kpod/rm.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/kpod/rm.go')
-rw-r--r--cmd/kpod/rm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/rm.go b/cmd/kpod/rm.go
index c7f5f72b2..86d08f2d3 100644
--- a/cmd/kpod/rm.go
+++ b/cmd/kpod/rm.go
@@ -34,7 +34,7 @@ func rmCmd(c *cli.Context) error {
runtime, err := getRuntime(c)
if err != nil {
- return errors.Wrapf(err, "Could not get runtime")
+ return errors.Wrapf(err, "could not get runtime")
}
defer runtime.Shutdown(false)