guix-commits
[Top][All Lists]
Advanced

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

branch master updated: http: Fix typo.


From: Mathieu Othacehe
Subject: branch master updated: http: Fix typo.
Date: Mon, 12 Apr 2021 05:25:53 -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 427d366  http: Fix typo.
427d366 is described below

commit 427d3662e328c7824af7a2ebd100d5b8901c4fe1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Apr 12 11:25:34 2021 +0200

    http: Fix typo.
    
    * src/cuirass/http.scm (url-handler): Fix typo.
---
 src/cuirass/http.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cuirass/http.scm b/src/cuirass/http.scm
index d74ffa5..72d3eea 100644
--- a/src/cuirass/http.scm
+++ b/src/cuirass/http.scm
@@ -827,8 +827,8 @@ into a specification record and return it."
             (default-system "x86_64-linux")
             (spec-name (db-get-evaluation-specification id)))
        (if spec-name
-           (let ((spec (db-get-specification spec-name))
-                 (systems (specification-systems spec)))
+           (let* ((spec (db-get-specification spec-name))
+                  (systems (specification-systems spec)))
              (respond-html
               (html-page
                "Dashboard"



reply via email to

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