HgDriver: don't run command in non-existing directory
parent
8d9b822413
commit
73b269fade
|
@ -71,7 +71,7 @@ class HgDriver extends VcsDriver
|
||||||
return sprintf('hg clone --noupdate %s %s', ProcessExecutor::escape($url), ProcessExecutor::escape($repoDir));
|
return sprintf('hg clone --noupdate %s %s', ProcessExecutor::escape($url), ProcessExecutor::escape($repoDir));
|
||||||
};
|
};
|
||||||
|
|
||||||
$hgUtils->runCommand($command, $this->url, $this->repoDir);
|
$hgUtils->runCommand($command, $this->url, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue