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:
Ludovic Courtès 2014-06-17 00:30:16 +02:00
parent 26fd908fcf
commit 2eea253f4d
1 changed files with 1 additions and 1 deletions

View File

@ -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?