diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 16:37:59 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 16:37:59 +0800 |
commit | 04041174a126a20edd4e5299b4d4f2fd0afca7ce (patch) | |
tree | abcbfb1ef5faa118413ef6951c0a07c8d01f8201 | |
parent | 5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b (diff) | |
download | crupest-04041174a126a20edd4e5299b4d4f2fd0afca7ce.tar.gz crupest-04041174a126a20edd4e5299b4d4f2fd0afca7ce.tar.bz2 crupest-04041174a126a20edd4e5299b4d4f2fd0afca7ce.zip |
fix(git): clone url.
-rw-r--r-- | services/templates/cgitrc.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/templates/cgitrc.template b/services/templates/cgitrc.template index 4cc88d2..277bb11 100644 --- a/services/templates/cgitrc.template +++ b/services/templates/cgitrc.template @@ -10,7 +10,7 @@ enable-log-filecount=1 enable-log-linecount=1 section-from-path=1 -clone-url=@@CRUPEST_ROOT_URL@@$CGIT_REPO_URL +clone-url=@@CRUPEST_ROOT_URL@@git/$CGIT_REPO_URL snapshots=tar.gz tar.bz2 zip source-filter=/usr/lib/cgit/filters/syntax-highlighting.py about-filter=/usr/lib/cgit/filters/about-formatting.sh |