guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: hydra: berlin: Fix syntax error.


From: Ricardo Wurmus
Subject: 03/05: hydra: berlin: Fix syntax error.
Date: Sat, 29 Dec 2018 05:19:26 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 5132c64f3bc8ec6c99e7b29ae59b6f020c92c865
Author: Ricardo Wurmus <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]