diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-03-21 17:15:45 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-03-21 17:15:45 +0800 |
commit | d84d914571d937da024a57c603fb797cfd244c6f (patch) | |
tree | 0fba5ed73843078c12447832e91f11194cb1a558 /hooks | |
parent | a1605aa9bf1ff1ede38d6b90642bfb1d3319c8de (diff) |
7.1.13.53382 change log
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 3976586..714637a 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -9,5 +9,5 @@ cd $HOME/$product \ && git pull \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.1.12.53252.html \ + 7.1.13.53382.html \ && git --git-dir=$repo push -f |