Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Wed Sep 20 14:56:36 2023 -0300
Parent: 2af60d8
Fixed spaces
diff --git a/update-repo-tree b/update-repo-tree index f93afa0..b45d45d 100755 --- a/update-repo-tree +++ b/update-repo-tree @@ -62,7 +62,7 @@ createfilepage() { EOF while IFS='' read -r l do - echo "<li>$l</li>" + echo "<li>"$l"</li>" done < "$OUT/tree/$1" echo "</ol>\n</pre>\n</body>\n</html>"