mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: install: Fix typo.
* gnu/tests/install.scm (run-install): Fix typo in docstring.
This commit is contained in:
parent
b997d43214
commit
1a034f043e
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ (define marionette
|
|||
|
||||
(define* (qemu-command/writable-image image #:key (memory-size 256))
|
||||
"Return as a monadic value the command to run QEMU on a writable copy of
|
||||
IMAGE, a disk image. The QEMU VM is has access to MEMORY-SIZE MiB of RAM."
|
||||
IMAGE, a disk image. The QEMU VM has access to MEMORY-SIZE MiB of RAM."
|
||||
(mlet %store-monad ((system (current-system)))
|
||||
(return #~(let ((image #$image))
|
||||
;; First we need a writable copy of the image.
|
||||
|
|
Loading…
Reference in a new issue