aboutsummaryrefslogtreecommitdiff
path: root/post-receive-stagit
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-11-24 00:35:02 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-11-24 00:35:02 +0100
commit8dc1fb5391f8121925c418e1d5f617fc784d1be6 (patch)
treeedf1c439827852913bee76b9c4cf88de2518b3d4 /post-receive-stagit
parent900eefafe2c4528d1f8cfaec5f471312237541dc (diff)
downloadgit-hooks-8dc1fb5391f8121925c418e1d5f617fc784d1be6.tar.gz
git-hooks-8dc1fb5391f8121925c418e1d5f617fc784d1be6.zip
Fixed formatting README.md file
Diffstat (limited to '')
-rwxr-xr-xpost-receive-stagit2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive-stagit b/post-receive-stagit
index c74bdc1..94d5a06 100755
--- a/post-receive-stagit
+++ b/post-receive-stagit
@@ -75,7 +75,7 @@ mkpage() {
75 genstagit 75 genstagit
76 cpindexfile 76 cpindexfile
77 cpstylefiles "./" 77 cpstylefiles "./"
78 [ -e file/README.md ] && formatreadme 78 [ -e $htdir/file/README.md ] && formatreadme
79 for f in $(find "$htdir" -name "*.html"); do 79 for f in $(find "$htdir" -name "*.html"); do
80 adddownloadbutton $f 80 adddownloadbutton $f
81 addbottombar $f 81 addbottombar $f

Generated with cgit - Back to sebastiano.tronto.net