summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/stagit-gen-index4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stagit-gen-index b/bin/stagit-gen-index
index d3ba121..fe13c6f 100755
--- a/bin/stagit-gen-index
+++ b/bin/stagit-gen-index
@@ -1,6 +1,6 @@
#!/bin/sh
# Index repositories.
-repos="/srv/git/*.git"
+srv="/srv/git"
www="/var/www/git"
-stagit-index "$repos" > "$www"/index.html
+stagit-index "$repos"/*.git > "$www"/index.html