1
0
Fork 0
pull/151/head
digitalkaoz 2012-01-24 12:28:33 +01:00
commit bcef70d532
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class HgDriver extends VcsDriver implements VcsDriverInterface
}
$processExecutor = new ProcessExecutor();
$exit = $processExecutor->process->execute(sprintf('cd %s && hg identify %s', escapeshellarg(sys_get_temp_dir()), escapeshellarg($url)), $ignored);
$exit = $processExecutor->execute(sprintf('cd %s && hg identify %s', escapeshellarg(sys_get_temp_dir()), escapeshellarg($url)), $ignored);
return $exit === 0;
}
}