mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
guix system: Adjust bootloader message to plural "targets".
This is a followup to 2ca982ff41
.
* guix/scripts/system.scm (install): Adjust message to plural 'targets'.
This commit is contained in:
parent
6d02a994f9
commit
3f717a09e7
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ (define (maybe-copy to-copy)
|
|||
(install-bootloader local-eval bootloader bootcfg
|
||||
#:target target)
|
||||
(return
|
||||
(info (G_ "bootloader successfully installed on '~a'~%")
|
||||
(info (G_ "bootloader successfully installed on~{ ~a~}~%")
|
||||
(bootloader-configuration-targets bootloader))))))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue