From f1a68c0946461d6d1320c5b7cdd7edf68344cd3f Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 28 Feb 2023 17:19:51 +0100 Subject: [PATCH] fixed path --- clone_for_markdown.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clone_for_markdown.py b/clone_for_markdown.py index 2d11d03..c724839 100644 --- a/clone_for_markdown.py +++ b/clone_for_markdown.py @@ -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