mirror of
https://github.com/containers/skopeo.git
synced 2025-09-02 23:26:29 +00:00
Fix a typo
This commit is contained in:
@@ -363,7 +363,7 @@ func (kt *sbKeyType) UnmarshalJSON(data []byte) error {
|
||||
// newPRSignedBaseLayer is NewPRSignedBaseLayer, except it returns the private type.
|
||||
func newPRSignedBaseLayer(baseLayerIdentity PolicyReferenceMatch) (*prSignedBaseLayer, error) {
|
||||
if baseLayerIdentity == nil {
|
||||
return nil, InvalidPolicyFormatError("baseLayerIdenitty not specified")
|
||||
return nil, InvalidPolicyFormatError("baseLayerIdentity not specified")
|
||||
}
|
||||
return &prSignedBaseLayer{
|
||||
prCommon: prCommon{Type: prTypeSignedBaseLayer},
|
||||
|
Reference in New Issue
Block a user