Pārlūkot izejas kodu

Merge branch '1.10'

Jordi Boggiano 4 gadi atpakaļ
vecāks
revīzija
b27c4b2472
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/Composer/Command/ExecCommand.php

+ 1 - 1
src/Composer/Command/ExecCommand.php

@@ -99,7 +99,7 @@ EOT
             try {
                 chdir($this->getApplication()->getInitialWorkingDirectory());
             } catch (\Exception $e) {
-                throw new \RuntimeException('Could not switch back to working directory "'.$this->getApplication()->getWorkingDirectory().'"', 0, $e);
+                throw new \RuntimeException('Could not switch back to working directory "'.$this->getApplication()->getInitialWorkingDirectory().'"', 0, $e);
             }
         }