mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-02-02 20:52:11 +00:00
readSubmoduleConfig fixup
This commit is contained in:
@@ -151,7 +151,7 @@ class SuperProject extends Repo {
|
||||
// supports reading from a bare repo.
|
||||
static function readSubmoduleConfig($repo_path) {
|
||||
$submodule_config = array();
|
||||
foreach(Process::read_lines("git config -f .gitmodules -l", $this->path)
|
||||
foreach(Process::read_lines("git config -f .gitmodules -l", $repo_path)
|
||||
as $line)
|
||||
{
|
||||
$matches = null;
|
||||
|
||||
Reference in New Issue
Block a user