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