diff --git a/src/Composer/Util/Hg.php b/src/Composer/Util/Hg.php index 48d0b3687..8cf6241a6 100644 --- a/src/Composer/Util/Hg.php +++ b/src/Composer/Util/Hg.php @@ -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; }