summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2018-02-09 01:02:08 +0100
committerClément Lassieur <clement@lassieur.org>2018-02-22 21:43:53 +0100
commit301518638fbb2344b523623317bb5cd084e80d44 (patch)
treea7a7662df1036f460044c31ac58b760b5a8cf948
parent7ab04c17c01a926660cd1c9fa9311a5efc6716da (diff)
services: certbot: Fix indentation.
* gnu/services/certbot.scm (certbot-activation): Fix indentation.
-rw-r--r--gnu/services/certbot.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index 1728d126f46..8ca64d99860 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -80,8 +80,8 @@
80 (($ <certbot-configuration> package webroot hosts default-location) 80 (($ <certbot-configuration> package webroot hosts default-location)
81 (with-imported-modules '((guix build utils)) 81 (with-imported-modules '((guix build utils))
82 #~(begin 82 #~(begin
83 (use-modules (guix build utils)) 83 (use-modules (guix build utils))
84 (mkdir-p #$webroot) 84 (mkdir-p #$webroot)
85 (for-each 85 (for-each
86 (lambda (host) 86 (lambda (host)
87 (unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host)) 87 (unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))