rekado pushed a commit to branch master
in repository maintenance.

commit 5132c64f3bc8ec6c99e7b29ae59b6f020c92c865
Author: Ricardo Wurmus <[email protected]>
Date:   Sat Dec 29 11:12:16 2018 +0100

    hydra: berlin: Fix syntax error.
    
    * hydra/nginx/berlin.scm: Fix accidental escape sequence.
---
 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 1e8aa26..7f8ef1a 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -112,7 +112,7 @@
       )))
 
    (nginx-location-configuration
-    (uri "~ \.narinfo$")
+    (uri "~ \\.narinfo$")
     (body
      (list
       ;; Since 'guix publish' has its own caching, and since it relies

Reply via email to