Skip to content

Commit 9a16ab3

Browse files
committed
Start error message with non-capitalized letter
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
1 parent d9809a7 commit 9a16ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/encryption/encryption.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ func cryptManifestList(ctx context.Context, cs content.Store, desc ocispec.Descr
409409
newManifests = append(newManifests, newManifest)
410410
}
411411
if cryptoOp == cryptoOpUnwrapOnly {
412-
return ocispec.Descriptor{}, false, fmt.Errorf("No manifest found for local platform")
412+
return ocispec.Descriptor{}, false, fmt.Errorf("no manifest found for local platform")
413413
}
414414

415415
if modified {

0 commit comments

Comments
 (0)