mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-29 10:49:41 +01:00
Damn typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user