diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-09-18 16:24:36 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-09-18 16:24:36 +0800 |
commit | fa92afb237c66cdfc057e8d2f4440acdb2b6b1a7 (patch) | |
tree | c76b95a5f6c019b195ea318555c611950a214195 /hooks/post-receive | |
parent | 51036af84117a18bf6621acdb09d8a41e32ed66d (diff) |
7.2.2.54566 change log
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index ecea915..a473bc6 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -7,4 +7,5 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.2.1.54496.html \ + 7.2.2.54566.html \ && git --git-dir=$repo push -f |