lint: Use localized checker descriptions.
* guix/scripts/lint.scm (list-checkers-and-exit): Wrap 'lint-checker-description' call in (_ ...).
This commit is contained in:
parent
836f02bf52
commit
db6dcf816f
|
@ -74,7 +74,7 @@
|
|||
(for-each (lambda (checker)
|
||||
(format #t "- ~a: ~a~%"
|
||||
(lint-checker-name checker)
|
||||
(lint-checker-description checker)))
|
||||
(_ (lint-checker-description checker))))
|
||||
%checkers)
|
||||
(exit 0))
|
||||
|
||||
|
|
Loading…
Reference in New Issue