Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: blmayer (bleemayer@gmail.com)
Date: Wed Oct 4 16:15:08 2023 -0300
Parent: 5d7cbd0
Fixed quote
diff --git a/post-receive b/post-receive
index 1707a7d..945c1ff 100755
--- a/post-receive
+++ b/post-receive
@@ -239,7 +239,7 @@ updatetree() {
}
initmail() {
- [ -f "$OUT/mail.html ] && return
+ [ -f "$OUT/mail.html" ] && return
echo "creating mail.html"
cat <<- EOF > "$OUT/mail.html"
$(pagehead "$REPO")