diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-08-22 18:55:36 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-08-22 18:55:36 +0800 |
commit | 73366a8d32cf0920878e332cda5eec28dc5a6932 (patch) | |
tree | f564fff7d0ad8053ab559a1ec9ea2813d65c552a /hooks/post-receive | |
parent | 53cc5a58fba51381136a5bbc2a85fb3cdc634f2e (diff) |
7.2.1.54496 change log
Diffstat (limited to 'hooks/post-receive')
-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 a221702..115c31a 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.2.0.54176.html \ - 7.2.1.54473.html \ + 7.2.1.54496.html \ && git --git-dir=$repo push -f |