fixed path

This commit is contained in:
leo 2023-02-28 17:19:51 +01:00
parent a8106995fa
commit f1a68c0946
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -10,8 +10,8 @@ in : a relative path as given by GITEA_PREFIX_SRC (https://docs.gitea.io/en-us/c
return : The name of the folder containing the cloned repo
"""
#PATH_PREFIX = "/var/lib/gitea/git/repositories"
PATH_PREFIX = ".."
PATH_PREFIX = "/var/lib/gitea/git/repositories"
#PATH_PREFIX = ".."
import sys
import subprocess