From 9b153332260814cbeea77332f56b15876bd353e6 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 4 Nov 2009 12:20:45 +0100 Subject: [PATCH] Girocco::Project: Install post-receive hook during setup --- Girocco/Project.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Girocco/Project.pm b/Girocco/Project.pm index 2cb5cb1..45d4e1e 100644 --- a/Girocco/Project.pm +++ b/Girocco/Project.pm @@ -224,7 +224,7 @@ sub _hook_install { sub _hooks_install { my $self = shift; - foreach my $hook ('update') { + foreach my $hook ('post-receive' 'update') { $self->_hook_install($hook); } } -- 2.11.4.GIT