This commit is contained in:
Bryce Lampe
2024-04-16 16:55:43 -07:00
parent 23b00ae76a
commit 8028d11c58
2 changed files with 3 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ func (i *Index) Read(
return name, input, state, err
}
ctx.Log(diag.Debug, fmt.Sprintf("reading index with tag %s", input.Tag))
ctx.Log(diag.Debug, "reading index with tag "+input.Tag)
digest, err := cli.ManifestInspect(ctx, input.Tag)
if err != nil && strings.Contains(err.Error(), "No such manifest:") && input.Push {