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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -335,7 +335,7 @@ or is signed by an unauthorized key."
 | 
				
			||||||
    (if (not hash)
 | 
					    (if (not hash)
 | 
				
			||||||
        (if %allow-unauthenticated-substitutes?
 | 
					        (if %allow-unauthenticated-substitutes?
 | 
				
			||||||
            narinfo
 | 
					            narinfo
 | 
				
			||||||
            (leave (_ "narinfo for '~a' lacks a signature~%")
 | 
					            (leave (_ "substitute at '~a' lacks a signature~%")
 | 
				
			||||||
                   (uri->string (narinfo-uri narinfo))))
 | 
					                   (uri->string (narinfo-uri narinfo))))
 | 
				
			||||||
        (let ((signature (narinfo-signature narinfo)))
 | 
					        (let ((signature (narinfo-signature narinfo)))
 | 
				
			||||||
          (unless %allow-unauthenticated-substitutes?
 | 
					          (unless %allow-unauthenticated-substitutes?
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue