Archived
1
0
Fork 0

Fix presence of @

This commit is contained in:
Mercier Pierre-Olivier 2013-11-03 01:23:07 +01:00
parent 61d523c7c3
commit b38a5514e5
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ sub process
my $rendu = $args->{param}{rendu};
my $login = $args->{param}{login};
my $path = $args->{param}{path} // "ssh://git@localhost/$year/$project_id/$login.git";
my $path = $args->{param}{path} // "ssh://git\@localhost/$year/$project_id/$login.git";
my $tempdir = tempdir();