mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
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 {
|
if exited {
|
||||||
w.Events(containerEvents(containers, progress.Exited))
|
w.Events(containerEvents(containers, progress.Exited))
|
||||||
if code != 0 {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user