Fix presence of @
This commit is contained in:
parent
61d523c7c3
commit
b38a5514e5
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
|
|||
"id" => $id_project,
|
||||
"rendu" => $tag,
|
||||
"login" => $repo_login,
|
||||
# "path" => "ssh://git@localhost/".$ENV{GL_REPO},
|
||||
# "path" => "ssh://git\@localhost/".$ENV{GL_REPO},
|
||||
});
|
||||
};
|
||||
if ($@) {
|
||||
|
|
Reference in a new issue