diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-13 07:26:17 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-13 07:26:17 +0800 |
commit | db440fe9675262a2e8db1c6c3f362d87331937e4 (patch) | |
tree | a46618b868c2b160782bdc29aa87990cf3a46ea3 /hooks | |
parent | 9684577aa2e3e6fb3d76a6c526a6c6616e59946f (diff) |
7.1.15.53776 change log
LL promoted 2025.04.(0)1 to Default right away soon after it was
only published, so this is prepared to be Default (too) right away.
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 4ab910c..7989336 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.14.53684.html \ - 7.1.15.53909.html \ + 7.1.15.53776.html \ && git --git-dir=$repo push -f |