Skip to content
Snippets Groups Projects
Commit f0d26b6e authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes

parent 999df769
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ final class GitRepoVersion extends StudIPPlugin implements SystemPlugin
$revision = substr($revision, 0, 8);
// Get date
$info = shell_exec('git log --oneline --first-parent --format="%ah: %s (%al)" HEAD -1');
$info = shell_exec('git log --oneline --first-parent --format="%ar: %s (%an)" HEAD -1');
chdir($previous);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment