pr: use correct prjgit repo name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user