1
0
Fork 0

Using cwd for 2nd process-execution (auth) in HgUtils

pull/7552/head^2
Daniel Karl 2018-08-08 16:01:58 +02:00 committed by Jordi Boggiano
parent e1a6bd5ff1
commit 849f4eda56
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Hg
$command = call_user_func($commandCallable, $authenticatedUrl);
if (0 === $this->process->execute($command)) {
if (0 === $this->process->execute($command, $ignoredOutput, $cwd)) {
return;
}