Fixed typo.

This commit is contained in:
Loic d'Anterroches 2008-07-27 17:46:04 +02:00
parent b6084cbf07
commit 8a0a35726c

View File

@ -214,7 +214,7 @@ class IDF_Git
$cmd = sprintf('GIT_DIR=%s git show --date=iso --pretty=format:%s %s', $cmd = sprintf('GIT_DIR=%s git show --date=iso --pretty=format:%s %s',
escapeshellarg($this->repo), escapeshellarg($this->repo),
"'".$this->mediumtree_fmt."'", "'".$this->mediumtree_fmt."'",
escapeshellarg($commit); escapeshellarg($commit));
$out = array(); $out = array();
exec($cmd, &$out); exec($cmd, &$out);
$log = array(); $log = array();