aboutsummaryrefslogtreecommitdiffstats
path: root/example_post-receive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example_post-receive.sh')
-rwxr-xr-xexample_post-receive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_post-receive.sh b/example_post-receive.sh
index c9bcb5e..5e8d32b 100755
--- a/example_post-receive.sh
+++ b/example_post-receive.sh
@@ -64,7 +64,7 @@ fi
stagit-index "${reposdir}/"*/ > "${destdir}/index.html"
# make pages.
-stagit -c "${cachefile}" "${reposdir}/${r}"
+stagit -c "${cachefile}" -u "https://git.codemadness.nl/$d/" "${reposdir}/${r}"
ln -sf log.html index.html
ln -sf ../style.css style.css