diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-13 22:09:27 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-13 22:51:48 +0800 |
commit | c141ee25d6e3dce064df01f8ba18d96435678ee3 (patch) | |
tree | e7df50a516ed85e20efb85c002ab8470cccdadbf /hooks | |
parent | db440fe9675262a2e8db1c6c3f362d87331937e4 (diff) |
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 7989336..6aa6a95 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -6,6 +6,6 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.1.14.53684.html \ 7.1.15.53776.html \ + 7.1.15.53909.html \ && git --git-dir=$repo push -f |