guix-commits
[Top][All Lists]
Advanced

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

branch master updated: http: Fix typo in request-parameters.


From: Mathieu Othacehe
Subject: branch master updated: http: Fix typo in request-parameters.
Date: Mon, 03 Aug 2020 09:36:23 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new d250a95  http: Fix typo in request-parameters.
d250a95 is described below

commit d250a95c4685d933ed23a8548054a96f6a3d3ff2
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 3 15:35:36 2020 +0200

    http: Fix typo in request-parameters.
    
    This is a follow-up of 2094d68053f606996b2f30a62a2ae4af06851ab6.
    
    * src/cuirass/http.scm (request-parameters): Fix typo.
---
 src/cuirass/http.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/http.scm b/src/cuirass/http.scm
index de27ea5..fac675f 100644
--- a/src/cuirass/http.scm
+++ b/src/cuirass/http.scm
@@ -156,7 +156,7 @@ Hydra format."
                                   ('nr (string->number param))
                                   (_   param)))
                           params)))
-                 (_ #f)))
+                 (_ params)))
               '()
               (string-split query #\&))
         '())))



reply via email to

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