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

fixes

parent f0d26b6e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ final class GitRepoVersion extends StudIPPlugin implements SystemPlugin
$revision = trim($revision);
$revision = substr($revision, 0, 8);
// Get date
// Get info
$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