summaryrefslogtreecommitdiff
path: root/gnu/machine/ssh.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/machine/ssh.scm')
-rw-r--r--gnu/machine/ssh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm
index 552eafa9de0..d1c90b63134 100644
--- a/gnu/machine/ssh.scm
+++ b/gnu/machine/ssh.scm
@@ -166,7 +166,7 @@ of MACHINE's system profile, ordered from most recent to oldest."
166environment type of 'managed-host." 166environment type of 'managed-host."
167 (maybe-raise-unsupported-configuration-error machine) 167 (maybe-raise-unsupported-configuration-error machine)
168 (mlet %store-monad ((boot-parameters (machine-boot-parameters machine))) 168 (mlet %store-monad ((boot-parameters (machine-boot-parameters machine)))
169 (let* ((os (machine-system machine)) 169 (let* ((os (machine-operating-system machine))
170 (eval (cut machine-remote-eval machine <>)) 170 (eval (cut machine-remote-eval machine <>))
171 (menu-entries (map boot-parameters->menu-entry boot-parameters)) 171 (menu-entries (map boot-parameters->menu-entry boot-parameters))
172 (bootloader-configuration (operating-system-bootloader os)) 172 (bootloader-configuration (operating-system-bootloader os))