From b7e127dd6b745a91a78368e70fe8460830c353b9 Mon Sep 17 00:00:00 2001 From: Robert Sirchia Date: Fri, 23 May 2025 16:22:39 -0400 Subject: [PATCH] amending missed line to delete Signed-off-by: Robert Sirchia --- pkg/registry/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/registry/client.go b/pkg/registry/client.go index ec7715d5b..c5ab0b4ba 100644 --- a/pkg/registry/client.go +++ b/pkg/registry/client.go @@ -477,7 +477,6 @@ func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) { return nil, err } - descriptors = append(descriptors, manifest) descriptors = append(descriptors, layers...) numDescriptors := len(descriptors)