Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Sun Sep 24 22:52:56 2023 -0300
Parent: 924645a
Fixed aux path
diff --git a/update-repo-tree b/update-repo-tree
index 2c3dc8b..f287003 100755
--- a/update-repo-tree
+++ b/update-repo-tree
@@ -4,7 +4,7 @@
# set -ex
echo "updating git tree"
-. aux.sh
+. ./hooks/aux.sh
OUT="$HOME/www/dovel.email/$REPO"
createfilepage() {