mirror of
https://github.com/docker/cli.git
synced 2026-09-01 10:05:51 -05:00
Merge pull request #8127 from estesp/8107-fix-wait-error-return
Fix container wait error message to match server template for returning ... Upstream-commit: 5c110b63dd1bc6300f16a172cd9f4457913491fb Component: engine
This commit is contained in:
@@ -16,5 +16,5 @@ func (daemon *Daemon) ContainerWait(job *engine.Job) engine.Status {
|
||||
job.Printf("%d\n", status)
|
||||
return engine.StatusOK
|
||||
}
|
||||
return job.Errorf("%s: no such container: %s", job.Name, name)
|
||||
return job.Errorf("%s: No such container: %s", job.Name, name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user