Fixed typo.
This commit is contained in:
parent
b6084cbf07
commit
8a0a35726c
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user