commit 32ed75cfea36c8520440027583ea95ea7f3daf6b
parent cf8b4dcc08bd319131f0187fb6c37e4feb965a03
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Sun, 30 Aug 2020 20:30:31 +0200
Fix symlink location
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init b/init
@@ -11,7 +11,7 @@ mkdir "$p" && \
cd "$p" && \
git --bare init
ln -sf "/usr/local/share/doc/stagit/example_post-receive.sh" "hooks/post-receive"
-ln -sf "hooks/post-update.sample" "hooks/post-update"
+ln -sf "post-update.sample" "hooks/post-update"
echo "Oscar Benedito" > "owner"
echo "git://git.oscarbenedito.com/${p%.git}" > "url"