From bbeffe6a124ef2bb60c6eec587ab112815d3487f Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Mon, 27 Jun 2022 19:43:41 -0400 Subject: [PATCH] Fix comment for manifest list Signed-off-by: Brandon Mitchell --- manifest/manifestlist/manifestlist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/manifestlist/manifestlist.go b/manifest/manifestlist/manifestlist.go index 9cc2fc15a..52e67c731 100644 --- a/manifest/manifestlist/manifestlist.go +++ b/manifest/manifestlist/manifestlist.go @@ -119,7 +119,7 @@ type ManifestDescriptor struct { type ManifestList struct { manifest.Versioned - // Config references the image configuration as a blob. + // Manifests references a list of manifests Manifests []ManifestDescriptor `json:"manifests"` }