diff options
Diffstat (limited to 'suweren/update.scm')
-rw-r--r-- | suweren/update.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suweren/update.scm b/suweren/update.scm index 8da35ad..9b2376b 100644 --- a/suweren/update.scm +++ b/suweren/update.scm @@ -43,7 +43,7 @@ (define (system-definition host-name*) (string-append "'(@ (systems " host-name* - " system-configuration) " + ") " host-name* ")'")) |