From 4e1e73f2847a9767691c4a5ba933e2c3987ff64a Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Thu, 5 Dec 2013 00:54:04 +0100 Subject: [PATCH] Add intradmin-hamano to gen_git_str for send_git process --- commands/project/gen_git_str.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/project/gen_git_str.pl b/commands/project/gen_git_str.pl index bb4b74f..f3f07fe 100644 --- a/commands/project/gen_git_str.pl +++ b/commands/project/gen_git_str.pl @@ -34,5 +34,5 @@ map { say " - ACU-moulette = ", join(" ", @members); say ' RW+ = @admins ', join(" ", @members); say ' RW ACU-moulette = @moulettes'; - say " R = \@chefs \@resp-$year-$projid \@soutenance-$year-$projid \@moulettes"; + say " R = \@chefs \@resp-$year-$projid \@soutenance-$year-$projid \@moulettes intradmin-hamano"; } @{ $res->{groups} };