Using cwd for 2nd process-execution (auth) in HgUtils
parent
b9adf38571
commit
d87416e6d0
|
@ -60,7 +60,7 @@ class Hg
|
||||||
|
|
||||||
$command = call_user_func($commandCallable, $authenticatedUrl);
|
$command = call_user_func($commandCallable, $authenticatedUrl);
|
||||||
|
|
||||||
if (0 === $this->process->execute($command)) {
|
if (0 === $this->process->execute($command, $ignoredOutput, $cwd)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue