guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix typo


From: Christopher Baines
Subject: branch master updated: Fix typo
Date: Wed, 11 Oct 2023 09:05:37 -0400

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

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new b0404d6  Fix typo
b0404d6 is described below

commit b0404d62fde68d353ec4c890c31efb458dad649d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Oct 11 14:04:40 2023 +0100

    Fix typo
---
 guix-data-service/branch-updated-emails.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/branch-updated-emails.scm 
b/guix-data-service/branch-updated-emails.scm
index b36eced..f369004 100644
--- a/guix-data-service/branch-updated-emails.scm
+++ b/guix-data-service/branch-updated-emails.scm
@@ -85,7 +85,7 @@
                            (channel-for-commit
                             (channel (name 'guix)
                                      (url (second git-repository-details))
-                                     (commit x-git-repo)))
+                                     (commit x-git-newrev)))
                            (channel-instance
                             ;; Obtain a session level lock here, to avoid 
conflicts with
                             ;; other jobs over the Git repository.



reply via email to

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