aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeployment/mgagit/templates/git-post-receive-hook2
1 files changed, 1 insertions, 1 deletions
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