pr: use correct prjgit repo name

This commit is contained in:
2025-05-06 23:59:51 +02:00
parent aeb4c20744
commit cb64635aea
3 changed files with 28 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ func (w *RequestProcessor) ProcessFunc(request *common.Request) error {
if err != nil {
return fmt.Errorf("Error allocating GitHandler. Err: %w", err)
}
common.LogDebug("git path:", git.GetPath())
defer git.Close()
switch req.Action {