Use case of type name

Signed-off-by: Troels Thomsen <troels@thomsen.io>
This commit is contained in:
Troels Thomsen 2015-10-22 20:55:51 +02:00
parent c0d094a72a
commit 8257e8c42a

View file

@ -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 {