mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
fix: return error from ExecStart instead of nil in runWaitExec
Signed-off-by: pawannn <pawankalyan1614@gmail.com>
This commit is contained in:
parent
b529a3ca5b
commit
e5c6b9c3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ func (s composeService) runWaitExec(ctx context.Context, execID string, service
|
|||
TTY: service.Tty,
|
||||
})
|
||||
if err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
||||
// We miss a ContainerExecWait API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue