list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

a3d4edc

Author: brian (git@myr.sh)

Date: Sun Oct 1 17:57:56 2023 -0300

Parent: e1227f7

Fixed switch case

Diff

diff --git a/post-receive b/post-receive
index 7f64949..76e1c5f 100755
--- a/post-receive
+++ b/post-receive
@@ -28,6 +28,7 @@ do

# update repo's log page
. ./hooks/update-repo-log
+		;;
"refs/tags/"*)
# check repo for go mod
find -name go.mod tree/ && .hooks/create-go-mod "$tag"