We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5eddc commit d405056Copy full SHA for d405056
rust/cert-tools/src/cli_args.rs
@@ -81,7 +81,7 @@ impl GeneratePkcs12 {
81
impl CertInput {
82
pub fn read(&self) -> Result<Vec<X509>, snafu::Whatever> {
83
let read_file_fn = |path| {
84
- fs::read(path).with_whatever_context(|_| format!("failed to read file from {self:?}"))
+ fs::read(path).with_whatever_context(|_| format!("failed to read from file {self:?}"))
85
};
86
87
match self {
0 commit comments