chore: fix typo
This commit is contained in:
@@ -26,10 +26,10 @@ impl Command for CommandImpl {
|
||||
information!("Authentication fingerprint: {}", a);
|
||||
}
|
||||
if let Some(d) = fingerprints.decryption() {
|
||||
information!("Authentication fingerprint: {}", d);
|
||||
information!("Decryption fingerprint: {}", d);
|
||||
}
|
||||
if let Some(s) = fingerprints.signature() {
|
||||
information!("Authentication fingerprint: {}", s);
|
||||
information!("Signature fingerprint: {}", s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user