diff options
-rw-r--r-- | gnu/services/certbot.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index dc072ea8da..0d72a4b700 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -72,7 +72,7 @@ (string-concatenate (map (lambda (host) (string-append " -d " host)) - #$hosts)))))))))) + '#$hosts)))))))))) (define certbot-activation (match-lambda |