From 8a0a35726cd82e3003675d8ba432efe68f7c4f74 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sun, 27 Jul 2008 17:46:04 +0200 Subject: [PATCH] Fixed typo. --- src/IDF/Git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Git.php b/src/IDF/Git.php index dad0a4a..63c4f10 100644 --- a/src/IDF/Git.php +++ b/src/IDF/Git.php @@ -214,7 +214,7 @@ class IDF_Git $cmd = sprintf('GIT_DIR=%s git show --date=iso --pretty=format:%s %s', escapeshellarg($this->repo), "'".$this->mediumtree_fmt."'", - escapeshellarg($commit); + escapeshellarg($commit)); $out = array(); exec($cmd, &$out); $log = array();