aboutsummaryrefslogtreecommitdiffstats
path: root/example_create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example_create.sh')
-rwxr-xr-xexample_create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_create.sh b/example_create.sh
index cf16e1d..cbf9c33 100755
--- a/example_create.sh
+++ b/example_create.sh
@@ -31,7 +31,7 @@ for dir in "${reposdir}/"*/; do
mkdir -p "${curdir}/${d}"
cd "${curdir}/${d}" || continue
- stagit -c ".cache" "${reposdir}/${r}"
+ stagit -c ".cache" -u "https://git.codemadness.nl/$d/" "${reposdir}/${r}"
# symlinks
ln -sf log.html index.html