Skip to content

Commit e2c39a2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cert-tools/src/parsers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub fn parse_pkcs12_file_workaround(
103103

104104
parse_pem_contents(&output.stdout).with_whatever_context(|_| {
105105
format!(
106-
"failed to parse openssl process output, which should be PEM. STDOUT: {stdout}?",
106+
"failed to parse openssl process output, which should be PEM. STDOUT:\n{stdout}",
107107
stdout = String::from_utf8_lossy(&output.stdout)
108108
)
109109
})

0 commit comments

Comments
 (0)