Skip to content

Commit

Permalink
Merge pull request #727 from q384566678/validate-fix
Browse files Browse the repository at this point in the history
validate: change manifestlist to index
  • Loading branch information
stevvooe committed Sep 5, 2017
2 parents 7653c23 + aafbb1c commit 61a96ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func validateIndex(r io.Reader) error {

err = json.Unmarshal(buf, &header)
if err != nil {
return errors.Wrap(err, "manifestlist format mismatch")
return errors.Wrap(err, "index format mismatch")
}

for _, manifest := range header.Manifests {
Expand Down

0 comments on commit 61a96ff

Please sign in to comment.