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 ff69cee..3976586 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -9,6 +9,5 @@ cd $HOME/$product \ && git pull \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.1.11.53092.html \ - 7.1.12.53172.html \ + 7.1.12.53252.html \ && git --git-dir=$repo push -f |