Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: blmayer (bleemayer@gmail.com)
Date: Tue Oct 3 13:51:04 2023 -0300
Parent: bcda3d2
Fixed aux path
commit a6bc42208eca1d35b7da4f5c6ff0418e00043442
Author: blmayer <bleemayer@gmail.com>
Date: Tue Oct 3 13:51:04 2023 -0300
Fixed aux path
diff --git a/post-receive-scripts b/post-receive-scripts
index 582b3ba..e0a620e 100755
--- a/post-receive-scripts
+++ b/post-receive-scripts
@@ -16,7 +16,7 @@ done
# copy dovel hook
cp "$TMP/receive-dovel.email" "$HOME/.config/dovel/hooks/"
-cp "$TMP/aux.sh" "$HOME/config/dovel/hooks/"
+cp "$TMP/aux.sh" "$HOME/.config/dovel/hooks/"
# for this repo copy scripts
mv hooks/post-receive hooks/post-receive-all