Merge pull request #45602 from vvoland/c8d-exists-24

[backport 24.0] c8d/pull: Use same progress action as distribution
This commit is contained in:
Sebastiaan van Stijn 2023-05-24 15:46:15 +02:00 committed by GitHub
commit ac1c329245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ func (p pullProgress) UpdateProgress(ctx context.Context, ongoing *jobs, out pro
} else if p.ShowExists {
out.WriteProgress(progress.Progress{
ID: stringid.TruncateID(j.Digest.Encoded()),
Action: "Exists",
Action: "Already exists",
HideCounts: true,
LastUpdate: true,
})