diff options
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 8070d59..4ab910c 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -6,7 +6,6 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.1.13.53452.html \ 7.1.14.53684.html \ - 7.1.13.53713.html \ + 7.1.15.53909.html \ && git --git-dir=$repo push -f |