aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-10-11 14:04:40 +0100
committerChristopher Baines <mail@cbaines.net>2023-10-11 14:04:40 +0100
commitb0404d62fde68d353ec4c890c31efb458dad649d (patch)
tree0d7cb63f9296fbb8b6bea604c98abd4b419d092e
parent10bad53ad57e92dbc3c6207c251f0af1148e8ffc (diff)
downloaddata-service-b0404d62fde68d353ec4c890c31efb458dad649d.tar
data-service-b0404d62fde68d353ec4c890c31efb458dad649d.tar.gz
Fix typo
-rw-r--r--guix-data-service/branch-updated-emails.scm2
1 files changed, 1 insertions, 1 deletions
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.