Skip to content

Commit 30dc9b4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)