Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Sun Oct 8 18:33:04 2023 -0300
Parent: 3fa5982
Fixed quote
diff --git a/post-receive b/post-receive
index db86005..9514204 100755
--- a/post-receive
+++ b/post-receive
@@ -267,7 +267,7 @@ creategomod() {
(cd "$TMP" && find * -type f -print | zip -@ "$PREFIX/@v/$1.zip")
echo "{\"Version\":\"$1\"}" > "$PREFIX/@v/$1.info"
- echo "$1" >> "$PREFIX/@v/list
+ echo "$1" >> "$PREFIX/@v/list"
cp "$TMP/dovel.email/$REPO@$1/go.mod" "$PREFIX/@v/$1.mod"
rm -rf "$TMP"