diff options
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index b73047a..ff69cee 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -10,4 +10,5 @@ cd $HOME/$product \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.11.53092.html \ - && git --git-dir=$repo push + 7.1.12.53172.html \ + && git --git-dir=$repo push -f |