janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 048216383eca0502d91c733a324b2a9b2807d277
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat May 23 19:09:58 2020 +0200

    system: image: Correct genimage configuration file indentation.
    
    * gnu/system/image.scm (system-disk-image): Fix genimage configuration file
    indentation.
---
 gnu/system/image.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 6608991..7ac998d 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -262,10 +262,10 @@ used in the image."
             (image (partition-image partition))
             (offset (partition-offset partition)))
         #~(format #f "~/partition ~a {
-                                      ~/~/partition-type = ~a
-                                      ~/~/image = \"~a\"
-                                      ~/~/offset = \"~a\"
-                                      ~/}"
+~/~/partition-type = ~a
+~/~/image = \"~a\"
+~/~/offset = \"~a\"
+~/}"
                   #$label
                   #$dos-type
                   #$image

Reply via email to