Skip to content

Commit

Permalink
Update testutil/manifests.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Squizzato <ksquizz@gmail.com>
  • Loading branch information
davidspek and squizzi committed May 19, 2023
1 parent d0b17d4 commit fce45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func MakeSchema2Manifest(repository distribution.Repository, digests []digest.Di

d, err := blobStore.Put(ctx, schema2.MediaTypeImageConfig, configJSON)
if err != nil {
return nil, fmt.Errorf("unexpected error storing content in blobstore %v", err)
return nil, fmt.Errorf("unexpected error storing content in blobstore: %v", err)
}
builder := schema2.NewManifestBuilder(d, configJSON)
for _, digest := range digests {
Expand Down

0 comments on commit fce45f3

Please sign in to comment.