From b0404d62fde68d353ec4c890c31efb458dad649d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 11 Oct 2023 14:04:40 +0100 Subject: [PATCH] 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.