Use case of type name

Signed-off-by: Troels Thomsen <troels@thomsen.io>
pull/1211/head
Troels Thomsen 2015-10-22 20:55:51 +02:00
parent 4874f111ea
commit ca9f0451a6
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func SkipLayerVerification(ms distribution.ManifestService) error {
ms.skipDependencyVerification = true ms.skipDependencyVerification = true
return nil 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 { func (ms *manifestStore) Put(manifest *schema1.SignedManifest) error {