me
/
guix
Archived
1
0
Fork 0

guix system: Adjust bootloader message to plural "targets".

This is a followup to 2ca982ff41.

* guix/scripts/system.scm (install): Adjust message to plural 'targets'.
master
Ludovic Courtès 2021-10-05 09:28:32 +02:00
parent 6d02a994f9
commit 3f717a09e7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ the ownership of '~a' may be incorrect!~%")
(install-bootloader local-eval bootloader bootcfg (install-bootloader local-eval bootloader bootcfg
#:target target) #:target target)
(return (return
(info (G_ "bootloader successfully installed on '~a'~%") (info (G_ "bootloader successfully installed on~{ ~a~}~%")
(bootloader-configuration-targets bootloader)))))))) (bootloader-configuration-targets bootloader))))))))