rekado pushed a commit to branch master
in repository maintenance.

commit b76e5e1177cab9773c285cb156a3757877b099c1
Author: Ricardo Wurmus <[email protected]>
Date:   Sat Dec 29 11:11:33 2018 +0100

    hydra: berlin: Remove extraneous semicolon.
    
    * hydra/nginx/berlin.scm (le): Remove trailing semicolon.
---
 hydra/nginx/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index fcde8e0..1e8aa26 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -18,7 +18,7 @@
   (string-append "/etc/letsencrypt/live/"
                  host "/"
                  (if privkey "privkey" "fullchain")
-                 ".pem;"))
+                 ".pem"))
 
 (define %publish-url "http://localhost:3000";)
 

Reply via email to