Skip to content
Snippets Groups Projects
Commit dfb43e45 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu-maintenance: Add newline in warning messages.

* guix/gnu-maintenance.scm (download-tarball): Add newline in warning
  messages.
parent 43d8f490
No related branches found
No related tags found
No related merge requests found
......@@ -356,9 +356,9 @@ (define* (download-tarball store project directory version
(if ret
tarball
(begin
(warning (_ "signature verification failed for `~a'")
(warning (_ "signature verification failed for `~a'~%")
base)
(warning (_ "(could be because the public key is not in your keyring)"))
(warning (_ "(could be because the public key is not in your keyring)~%"))
#f)))))
(define (package-update store package)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment