snape pushed a commit to branch master
in repository guix.

commit 301518638fbb2344b523623317bb5cd084e80d44
Author: Clément Lassieur <clem...@lassieur.org>
Date:   Fri Feb 9 01:02:08 2018 +0100

    services: certbot: Fix indentation.
    
    * gnu/services/certbot.scm (certbot-activation): Fix indentation.
---
 gnu/services/certbot.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index 1728d12..8ca64d9 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -80,8 +80,8 @@
     (($ <certbot-configuration> package webroot hosts default-location)
      (with-imported-modules '((guix build utils))
        #~(begin
-          (use-modules (guix build utils))
-          (mkdir-p #$webroot)
+           (use-modules (guix build utils))
+           (mkdir-p #$webroot)
            (for-each
             (lambda (host)
               (unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))

Reply via email to