diff options
-rw-r--r-- | bpkg/auth.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index 2c5d3d8..fbbd05f 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -501,7 +501,8 @@ namespace bpkg text << "certificate is for " << cert->name << ", \"" << cert->organization << "\" <" << cert->email << ">"; - text << "certificate SHA256 fingerprint is " << cert_fp; + text << "certificate SHA256 fingerprint:"; + text << cert_fp; } if (co.trust_no () || !yn_prompt ("trust this certificate? [y/N]", 'n')) |