From 301518638fbb2344b523623317bb5cd084e80d44 Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Fri, 9 Feb 2018 01:02:08 +0100 Subject: services: certbot: Fix indentation. * gnu/services/certbot.scm (certbot-activation): Fix indentation. --- gnu/services/certbot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/services/certbot.scm') diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index 1728d126f4..8ca64d9986 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -80,8 +80,8 @@ (($ 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)) -- cgit v1.2.3