epita-std
/
ACU
Archived
1
0
Fork 0

send_git: fix ACU-

This commit is contained in:
Mercier Pierre-Olivier 2013-12-05 05:59:06 +01:00
parent 95f945f963
commit 973bc3f7b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sub process
my $rendu_for = $rendu;
if ($rendu =~ /^(ACU|YAKA)-(.*)$/) {
$rendu_for = $1;
$rendu_for = $2;
}
my $path = $args->{param}{path} // "ssh://git\@localhost/$year/$project_id/$login.git";