diff options
Diffstat (limited to 'gnu/machine/hetzner.scm')
-rw-r--r-- | gnu/machine/hetzner.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/machine/hetzner.scm b/gnu/machine/hetzner.scm index 5e17bfae21..1d9a3f4385 100644 --- a/gnu/machine/hetzner.scm +++ b/gnu/machine/hetzner.scm @@ -227,7 +227,7 @@ Have you run 'guix archive --generate-key'?") ;;; (define (hetzner-machine-delegate target server) - "Return the delagate machine that uses SSH for deployment." + "Return the delegate machine that uses SSH for deployment." (let* ((config (machine-configuration target)) ;; Get the operating system WITHOUT the provenance service to avoid a ;; duplicate symlink conflict in the store. |