substitute-binary: Avoid the term "narinfo" in user messages.
* guix/scripts/substitute-binary.scm (assert-valid-narinfo): Change message to avoid the term "narinfo".
This commit is contained in:
parent
26fd908fcf
commit
2eea253f4d
|
@ -335,7 +335,7 @@ or is signed by an unauthorized key."
|
|||
(if (not hash)
|
||||
(if %allow-unauthenticated-substitutes?
|
||||
narinfo
|
||||
(leave (_ "narinfo for '~a' lacks a signature~%")
|
||||
(leave (_ "substitute at '~a' lacks a signature~%")
|
||||
(uri->string (narinfo-uri narinfo))))
|
||||
(let ((signature (narinfo-signature narinfo)))
|
||||
(unless %allow-unauthenticated-substitutes?
|
||||
|
|
Loading…
Reference in New Issue