From f3eb91cf8559bcbf8d150f9cbd4ebb8379445a81 Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Fri, 19 May 2023 15:38:09 +0200 Subject: [PATCH] Update testutil/manifests.go Co-authored-by: Kyle Squizzato Signed-off-by: David van der Spek --- testutil/manifests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutil/manifests.go b/testutil/manifests.go index b805d4b4..6d44930b 100644 --- a/testutil/manifests.go +++ b/testutil/manifests.go @@ -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 {