summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 17:52:16 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 17:52:16 +0100
commit4ca5ca6f10202a5f55db3478f9035df47d26383c (patch)
tree689667031ab29f009eccdaad59c940353b2e5466
parent004a582b4c04b0fe5cd74f88c38c9b99281d90db (diff)
fix: typo variable
-rwxr-xr-xbin/stagit-gen-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stagit-gen-index b/bin/stagit-gen-index
index fe13c6f..9ddde8c 100755
--- a/bin/stagit-gen-index
+++ b/bin/stagit-gen-index
@@ -3,4 +3,4 @@
srv="/srv/git"
www="/var/www/git"
-stagit-index "$repos"/*.git > "$www"/index.html
+stagit-index "$srv"/*.git > "$www"/index.html