summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-22 21:36:31 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-22 21:36:31 +0100
commit34dea0245122cb5d04314aac5b07b75858ffc2af (patch)
tree8270d0f4f2a65b609b2a37fb9c6cee47f8eedf4e
parent6f1f3ccc8734d17e075fd509d176e8869f86d09c (diff)
fix: change path to stagit-gen-index
-rwxr-xr-xbin/stagit-new-repo3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/stagit-new-repo b/bin/stagit-new-repo
index a549880..15e50e8 100755
--- a/bin/stagit-new-repo
+++ b/bin/stagit-new-repo
@@ -29,4 +29,5 @@ ln -svf "$srv/$repo.git" "$home/"
[ -d "$www/$repo" ] && echo "$www/$repo already exists!" && exit 1
mkdir "$www/$repo"
chown -R git:git "$www/$repo"
-/usr/local/bin/stagit-gen-index
+
+stagit-gen-index