updated to use function for last commit

This commit is contained in:
laf
2015-08-25 08:40:20 +00:00
parent 59de0d1478
commit 86059f67c1
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ $options = getopt('h:m:i:n:d::a::q');
if (!isset($options['q'])) {
echo $config['project_name_version']." Discovery\n";
echo `git log -n 1|grep 'commit '`."\n";
echo get_last_commit()."\n";
}
if (isset($options['h'])) {