From 8ff229cb46f2c7b727916b579b2fb93a2f424d20 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 12 Jan 2024 15:02:58 -0800 Subject: Adapt git-post-receive-hook to new git_multimail.py --- deployment/mgagit/templates/git-post-receive-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/mgagit/templates/git-post-receive-hook b/deployment/mgagit/templates/git-post-receive-hook index 926502de..226a3358 100755 --- a/deployment/mgagit/templates/git-post-receive-hook +++ b/deployment/mgagit/templates/git-post-receive-hook @@ -283,7 +283,7 @@ if __name__ == '__main__': changes.append( git_multimail.ReferenceChange.create(environment, oldrev, newrev, refname) ) - push = git_multimail.Push(changes) + push = git_multimail.Push(environment, changes) # First pass - regular commit mails -- cgit v1.2.1