commit f2356d7a0747f8dd15ba6e42ddba62dc23833e7f
parent de410c2b035bf283451a0758690dad5773ca05e9
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date: Wed, 5 Jun 2024 18:21:08 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/angine/system.scm b/angine/system.scm
@@ -27,7 +27,7 @@
(define %certbot-nginx-deploy-hook
(program-file
"nginx-deploy-hook"
- #~(let ((fid (call-with-input-file "/var/run/nginx/pid" read)))
+ #~(let ((pid (call-with-input-file "/var/run/nginx/pid" read)))
(kill pid SIGHUP))))
(define-public %angine-operating-system