me
/
guix
Archived
1
0
Fork 0

system: image: Tweak error message.

* gnu/system/image.scm (system-disk-image): Tweak it.
Mathieu Othacehe 2022-05-23 09:16:30 +02:00
parent 17e3b7d28f
commit db3193f55b
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ used in the image."
(raise (condition
(&message
(message
(format #f (G_ "Unsupported image type ~a~%.")
(format #f (G_ "unsupported image type: ~a")
format))))))))
(define (partition->dos-type partition)