зеркало из https://github.com/docker/compose.git
Fix typo in pull.go
Signed-off-by: jonathan-dev <jonathan.drude@gmail.com>
This commit is contained in:
Родитель
e6ef8629a8
Коммит
b633c5c3e1
|
@ -265,7 +265,7 @@ func ImageDigestResolver(ctx context.Context, file *configfile.ConfigFile, apiCl
|
|||
inspect, err := apiClient.DistributionInspect(ctx, named.String(), auth)
|
||||
if err != nil {
|
||||
return "",
|
||||
fmt.Errorf("failed ot resolve digest for %s: %w", named.String(), err)
|
||||
fmt.Errorf("failed to resolve digest for %s: %w", named.String(), err)
|
||||
}
|
||||
return inspect.Descriptor.Digest, nil
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче