Fix message.

This commit is contained in:
Neal H. Walfield 2024-11-26 13:59:23 +01:00
parent a47da3ac33
commit 8072a9f8e6
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -59,7 +59,7 @@ where
let uid = sq.best_userid(&cert, true);
qprintln!("Changed password for {}, {}",
qprintln!("Changing password for {}, {}",
cert.fingerprint(), uid);
let ks = matches!(cert_source, FileStdinOrKeyHandle::KeyHandle(_));