cmd/client: lowercase error
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5a922dbdf6
commit
56f2b34def
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ var stopPodSandboxCommand = cli.Command{
|
|||
|
||||
err = StopPodSandbox(client, context.String("id"))
|
||||
if err != nil {
|
||||
return fmt.Errorf("Stopping the pod sandbox failed: %v", err)
|
||||
return fmt.Errorf("stopping the pod sandbox failed: %v", err)
|
||||
}
|
||||
return nil
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue