1
0
Fork 0
pull/1106/merge
Jordi Boggiano 2012-09-16 18:19:46 +02:00
parent bcf75024c8
commit 0929f25945
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Application extends BaseApplication
{ {
$workingDir = $input->getParameterOption(array('--working-dir', '-d'), getcwd()); $workingDir = $input->getParameterOption(array('--working-dir', '-d'), getcwd());
if (!is_dir($workingDir)) { if (!is_dir($workingDir)) {
throw new \RuntimeException('Invalid working directoy specified.'); throw new \RuntimeException('Invalid working directory specified.');
} }
chdir($workingDir); chdir($workingDir);
} }