Skip to content

Commit

Permalink
Merge pull request distribution#3669 from sudo-bmitch/pr-manifest-com…
Browse files Browse the repository at this point in the history
…ment

Fix comment for manifest list
  • Loading branch information
milosgajdos authored Jul 2, 2022
2 parents 3e4f8a0 + bbeffe6 commit 8857a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/manifestlist/manifestlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 8857a19

Please sign in to comment.