Skip to content

Commit a0fb813

Browse files
Update rust/cert-tools/src/parsers.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 446ddec commit a0fb813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/cert-tools/src/parsers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub fn parse_pkcs12_file_workaround(
7373
"pkcs12",
7474
"-nokeys",
7575
"-password",
76-
&format!("pass:{}", password),
76+
&format!("pass:{password}"),
7777
// That's the important part!!!
7878
"-legacy",
7979
])

0 commit comments

Comments
 (0)