mirror of https://github.com/docker/compose.git
fix typo
Signed-off-by: Tom Collingwood <tomcollingwood@yahoo.co.uk>
This commit is contained in:
parent
b8bbdcd872
commit
f2088bb917
|
@ -331,7 +331,7 @@ func (s *composeService) waitDependencies(ctx context.Context, project *types.Pr
|
|||
if exited {
|
||||
w.Events(containerEvents(containers, progress.Exited))
|
||||
if code != 0 {
|
||||
return fmt.Errorf("service %q didn't completed successfully: exit %d", dep, code)
|
||||
return fmt.Errorf("service %q didn't complete successfully: exit %d", dep, code)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue