Damn typo

This commit is contained in:
Klaus Silveira
2012-08-16 01:34:53 -03:00
parent 8d76b72048
commit 498ff807d7

View File

@@ -129,7 +129,7 @@ class Client
public function run(Repository $repository, $command)
{
$descriptors = array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w"));
$process = proc_open($this->getPath() . 'd -c "color.ui"=false ' . $command, $descriptors, $pipes, $repository->getPath());
$process = proc_open($this->getPath() . ' -c "color.ui"=false ' . $command, $descriptors, $pipes, $repository->getPath());
if (!is_resource($process)) {
throw new \RuntimeException('Unable to execute command: ' . $command);