Archived
1
0
Fork 0

Fix send_git

This commit is contained in:
Mercier Pierre-Olivier 2013-11-03 01:18:58 +01:00
parent 4ba4f34993
commit 61d523c7c3
2 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
"id" => $id_project,
"rendu" => $tag,
"login" => $repo_login,
"path" => $ENV{GL_REPO_BASE_ABS}."/".$ENV{GL_REPO}.".git",
# "path" => "ssh://git@localhost/".$ENV{GL_REPO},
});
};
if ($@) {