Fix presence of @
This commit is contained in:
parent
61d523c7c3
commit
b38a5514e5
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Reference in a new issue