diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-11-24 00:35:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-11-24 00:35:02 +0100 |
| commit | 8dc1fb5391f8121925c418e1d5f617fc784d1be6 (patch) | |
| tree | edf1c439827852913bee76b9c4cf88de2518b3d4 | |
| parent | 900eefafe2c4528d1f8cfaec5f471312237541dc (diff) | |
| download | git-hooks-8dc1fb5391f8121925c418e1d5f617fc784d1be6.tar.gz git-hooks-8dc1fb5391f8121925c418e1d5f617fc784d1be6.zip | |
Fixed formatting README.md file
| -rwxr-xr-x | post-receive-stagit | 2 |
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 |
