Преглед изворни кода

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

Daniel Karl пре 6 година
родитељ
комит
849f4eda56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Composer/Util/Hg.php

+ 1 - 1
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;
             }