Archived
1
0
Fork 0

lint: archival: Remove extra newline in warning.

* guix/lint.scm (check-archival): Remove extra newline in message.
This commit is contained in:
Ludovic Courtès 2021-10-15 18:09:31 +02:00
parent b87dbf213b
commit 2d06103288
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1556,7 +1556,7 @@ Heritage and missing from the Disarchive database")
(#f '())
(id
(list (make-warning package
(G_ "
(G_ "\
Disarchive entry refers to non-existent SWH directory '~a'")
(list id)
#:field 'source)))))))