From d629e511fbc602a30215ffdb5cee7d27468602c9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Mar 2023 11:27:55 -0300 Subject: queue.scm: Fix parentheses matching --- src/xyz/euandreh/queue.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xyz/euandreh') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index f17a263..4183ae8 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -1057,7 +1057,7 @@ keyfile ~a/private.key (define (postfix-nginx-locations config) - (match-record config ) + (match-record config (hostname) (nginx-server-configuration (server-name (list (string-append "mta-sts." hostname))) @@ -1080,7 +1080,7 @@ mx: ~a max_age: 604800 " hostname)) - ";")))))))) + ";"))))))))) (define (postfix-certificates config) (match-record config -- cgit v1.2.3