diff options
Diffstat (limited to 'git-hooks')
| -rwxr-xr-x | git-hooks/post-receive | 2 |
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 |
