guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30459] [PATCH 03/11] services: certbot: Fix indentation.


From: Clément Lassieur
Subject: [bug#30459] [PATCH 03/11] services: certbot: Fix indentation.
Date: Wed, 14 Feb 2018 22:34:56 +0100

* 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 1728d126f..8ca64d998 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))
-- 
2.16.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]