From 864f0a5702891ea6381cb64a7a0facf1d36e3314 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Mon, 13 Feb 2023 15:59:17 +0100
Subject: [PATCH] fixes

---
 GitRepoVersion.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GitRepoVersion.class.php b/GitRepoVersion.class.php
index bd827d8..54e4baa 100644
--- a/GitRepoVersion.class.php
+++ b/GitRepoVersion.class.php
@@ -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);
-- 
GitLab