Skip to content

Commit

Permalink
validate: change manifestlist to index
Browse files Browse the repository at this point in the history
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
  • Loading branch information
zhouhao committed Sep 2, 2017
1 parent 7653c23 commit aafbb1c
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 aafbb1c

Please sign in to comment.