fixed last cached detection for new layout of git repos
This commit is contained in:
parent
f7c87c5e82
commit
86c7bc9bc2
@ -196,7 +196,7 @@ foreach ($git_repos as $repo) {
|
||||
$pos = strpos($repo, "/");
|
||||
$reponame = substr($repo, $pos+1);
|
||||
$branch = "";
|
||||
$last_git = last_cached_git($repo);
|
||||
$last_git = last_cached_git($reponame);
|
||||
$out = array();
|
||||
$res = 0;
|
||||
$done = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user