diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-08-02 07:35:06 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-08-02 07:35:06 +0800 |
commit | 19a3cfc824d42c6caf4746da3cd7636915f4318f (patch) | |
tree | 9d351941ced9c2c79a7c5321667d5402c5bf0168 /hooks | |
parent | 8afc7f9c52fbd14edd9c348f1c8231b75f6ced0b (diff) |
7.2.0.54160 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 c3bba47..f3c5323 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.54144.html \ + 7.2.0.54160.html \ && git --git-dir=$repo push -f |