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 <[email protected]>
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.