guix-commits
[Top][All Lists]
Advanced

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

03/11: services: certbot: Fix indentation.


From: Clément Lassieur
Subject: 03/11: services: certbot: Fix indentation.
Date: Thu, 22 Feb 2018 15:44:40 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 301518638fbb2344b523623317bb5cd084e80d44
Author: Clément Lassieur <address@hidden>
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

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