diff --git a/registry/storage/manifeststore.go b/registry/storage/manifeststore.go index d161fb5a5..9af225412 100644 --- a/registry/storage/manifeststore.go +++ b/registry/storage/manifeststore.go @@ -47,7 +47,7 @@ func SkipLayerVerification(ms distribution.ManifestService) error { ms.skipDependencyVerification = true return nil } - return fmt.Errorf("skip layer verification only valid for manifeststore") + return fmt.Errorf("skip layer verification only valid for manifestStore") } func (ms *manifestStore) Put(manifest *schema1.SignedManifest) error {