This commit is contained in:
Till Faelligen 2022-12-01 09:35:23 +01:00
parent 688fd67e0e
commit ba37b1993b
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -513,7 +513,7 @@ func InspectExecResp(ctx context.Context, dockerClient *client.Client, id string
}()
select {
case err := <-outputDone:
case err = <-outputDone:
if err != nil {
return execResult, err
}