aboutsummaryrefslogtreecommitdiff
path: root/git-hooks/post-receive
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-10-30 10:55:56 +0000
committerTrey Bastian <hello@treybastian.com>2025-10-30 10:55:56 +0000
commit739e849e108892884c5581464403726b482797a4 (patch)
treedfc7b3bb963d2d06123582e49b9af8f384c0a47b /git-hooks/post-receive
parent839c8c87267aa43e592aebb7532ffec661836370 (diff)
moved some files around to better organiz, added new-repo git command
Diffstat (limited to 'git-hooks/post-receive')
-rwxr-xr-xgit-hooks/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index 6445e0b..21c3503 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -28,4 +28,4 @@ echo "[$(date)] BEGIN PUSH $REPO_PATH" >> "$LOGFILE"
git push --mirror "$REPO_URL" >> "$LOGFILE" 2>&1
echo "[$(date)] END PUSH $REPO_PATH" >> "$LOGFILE"
-# vim: filetype=sh
+# vim: filetype=bash