git-authenticate: Show fingerprint in missing-key error message.

* guix/git-authenticate.scm (commit-signing-key): In the 'missing-key'
case, add call to 'openpgp-format-fingerprint'.
This commit is contained in:
Ludovic Courtès 2020-07-21 18:22:49 +02:00
parent e5c0005956
commit b3679394ec
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ for commit ~a")
(message (format #f (G_ "could not authenticate \
commit ~a: key ~a is missing")
(oid->string commit-id)
data))))))
(openpgp-format-fingerprint data)))))))
('good-signature data)))))))
(define (read-authorizations port)