diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-03-31 15:12:55 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-03-31 15:12:55 +0800 |
commit | 00740c2ab5db78645387ad0dc783ce39033c8ca0 (patch) | |
tree | 31150bb1803785c81f72ae8899d96195c8a5e802 /hooks | |
parent | 2b491bb1ae78ee091bebb79c0a681dd372308f68 (diff) |
7.1.13.53426 change log
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index c8cf0e8..29f4690 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -10,5 +10,5 @@ cd $HOME/$product \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.12.53252.html \ - 7.1.13.53382.html \ + 7.1.13.53426.html \ && git --git-dir=$repo push -f |