diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-18 12:32:15 +0200 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-18 12:32:15 +0200 |
commit | 8bc6025d38c150476bc30b7d73be932ab7422dc5 (patch) | |
tree | e50eb0e09cd108d0ae61e4ccb4a5054b2e0d5017 /hooks | |
parent | 1a2c0d269672530f851b1730fc7b08f019f0be65 (diff) |
7.2.0.54101 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 b060125..bc4a4cd 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.54038.html \ + 7.2.0.54101.html \ && git --git-dir=$repo push -f |