guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix specification creation.


From: Mathieu Othacehe
Subject: branch master updated: Fix specification creation.
Date: Fri, 12 Mar 2021 12:35:19 -0500

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 6a3174d  Fix specification creation.
6a3174d is described below

commit 6a3174ddbbb6e27dd37528b200cb60cb10cbf6cc
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Mar 12 18:35:08 2021 +0100

    Fix specification creation.
---
 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 450f5f0..7c7495b 100644
--- a/src/cuirass/http.scm
+++ b/src/cuirass/http.scm
@@ -366,7 +366,7 @@ into a specification record and return it."
                  (assq-ref params 'build)))
          (channels (map (lambda (name url branch)
                           (channel
-                           (name name)
+                           (name (string->symbol name))
                            (url (uri-decode url))
                            (branch branch)))
                         (filter-field 'channel-name)



reply via email to

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