aboutsummaryrefslogtreecommitdiff
path: root/git-hooks/post-receive
diff options
context:
space:
mode:
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