send_git: fix ACU-
This commit is contained in:
parent
95f945f963
commit
973bc3f7b1
@ -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";
|
||||
|
Reference in New Issue
Block a user