Skip to content

Commit 408c33f

Browse files
committed
lowercase error message
1 parent ca488cd commit 408c33f

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-certs/src/ca

1 file changed

+1
-1
lines changed

crates/stackable-certs/src/ca/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ where
209209
// created by us should contain the same subject consisting a common set
210210
// of distinguished names (DNs).
211211
let subject = Name::from_str(SDP_ROOT_CA_SUBJECT)
212-
.expect("The SDP_ROOT_CA_SUBJECT must be a valid subject");
212+
.expect("the SDP_ROOT_CA_SUBJECT must be a valid subject");
213213

214214
let spki_pem = signing_key_pair
215215
.verifying_key()

0 commit comments

Comments
 (0)