Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Sun Oct 1 17:57:56 2023 -0300
Parent: e1227f7
Fixed switch case
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"