diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-04 16:07:24 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-04 16:07:24 +0800 |
commit | 2f84ab98811291a0ebab457e71bcbb09d624c588 (patch) | |
tree | c89e9166cde70b4cac754265bbe64f9814f6b20f /hooks | |
parent | c141ee25d6e3dce064df01f8ba18d96435678ee3 (diff) |
7.2.0.54038 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 6aa6a95..b060125 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -7,5 +7,5 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.15.53776.html \ - 7.1.15.53909.html \ + 7.2.0.54038.html \ && git --git-dir=$repo push -f |