guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-disk-image updated: system: image: Fix size variable name.


From: guix-commits
Subject: branch wip-disk-image updated: system: image: Fix size variable name.
Date: Mon, 27 Apr 2020 10:19:26 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch wip-disk-image
in repository guix.

The following commit(s) were added to refs/heads/wip-disk-image by this push:
     new 5af24df  system: image: Fix size variable name.
5af24df is described below

commit 5af24df9b4713636f65fa385e66332d08fffe573
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Mon Apr 27 16:18:50 2020 +0200

    system: image: Fix size variable name.
---
 gnu/system/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 937d628..2cbf55b 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -464,7 +464,7 @@ record."
         ;; Fallback to image creation in a VM when it is not yet supported by
         ;; this module.
         (system-disk-image-in-vm image-os
-                                 #:disk-image-size image-size
+                                 #:disk-image-size size
                                  #:file-system-type image-root-filesystem-type
                                  #:volatile? volatile?
                                  #:substitutable? substitutable?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]