From ca8a74a0f8cb3be32bedd79e811828a43cea7132 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 13 Dec 2018 23:05:55 +0800 Subject: [PATCH] Update commit.tpl --- plugins/csvn/hook/commit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/csvn/hook/commit.tpl b/plugins/csvn/hook/commit.tpl index 842eabea1..552ad0a60 100755 --- a/plugins/csvn/hook/commit.tpl +++ b/plugins/csvn/hook/commit.tpl @@ -6,7 +6,7 @@ REV="$2" TXN_NAME="$3" -WEB_PATH={$PROJECT_DIR}/wwwroot/$REPOS_NAME +WEB_PATH={$PROJECT_DIR}/wwwroot/$REPOS SVN_PATH=http://127.0.0.1:{$PORT}/svn/$REPOS if [ ! -d $WEB_PATH ]; then