diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-08-08 08:19:50 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-08-08 08:42:07 +0800 |
commit | ff54a20fbcf688252320012ca07373b3bcf0b941 (patch) | |
tree | bc9565044c73bda514003aa617e078e9169d4f5a /hooks/post-receive | |
parent | 9895121baba793b9d6bdfa0cc3b05c6a0fc3e539 (diff) |
7.2.0.54176 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 f3c5323..a3e83b8 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.54160.html \ + 7.2.0.54176.html \ && git --git-dir=$repo push -f |