guix-commits
[Top][All Lists]
Advanced

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

branch master updated: http: Remove leftover pk.


From: Mathieu Othacehe
Subject: branch master updated: http: Remove leftover pk.
Date: Mon, 13 Sep 2021 10:48:52 -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 25eb0b6  http: Remove leftover pk.
25eb0b6 is described below

commit 25eb0b636585b307d2dc9a21e362117b1f2d9566
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 13 16:48:24 2021 +0200

    http: Remove leftover pk.
    
    * src/cuirass/http.scm (url-handler): Remove leftover pk.
---
 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 b8009e3..6fc09f9 100644
--- a/src/cuirass/http.scm
+++ b/src/cuirass/http.scm
@@ -982,7 +982,7 @@ passed, only display JOBS targeting this SYSTEM."
     ;; Replicate the Guix publish log interface for compatibility purposes.
     (('GET "log" output)
      (let* ((output (string-append (%store-prefix) "/" output))
-            (log (pk (db-get-log-from-output (pk output)))))
+            (log (db-get-log-from-output (pk output))))
        (if (and log (file-exists? log))
            (respond-compressed-file log)
            (respond-not-found (uri->string (request-uri request))))))



reply via email to

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