diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-29 08:09:50 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-29 08:09:50 +0800 |
commit | 85b4b6e18b7258143c32b5602852772ed6ca784c (patch) | |
tree | 0549712d9257286106899604241db232929f4431 /hooks | |
parent | 54b593b6ac6b2cfe546c658e67a3701d692f9442 (diff) |
7.2.0.54144 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 d7e85f2..c3bba47 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.2.0.54105.html \ + 7.2.0.54144.html \ && git --git-dir=$repo push -f |