diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-12-19 06:46:11 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-12-19 06:46:11 +0800 |
commit | 316e4f710a9e3c7464d823d8f4ff30c3657f1408 (patch) | |
tree | fe1dd580ea532e79df487a5cc984c19d437f569d /hooks/post-receive | |
parent | dd15751b21192a4b43d3f755107b4158110e6fe9 (diff) |
Upgrade 7.1.11 version to 53092
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 3a919e0..b73047a 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.11.53086.html \ + 7.1.11.53092.html \ && git --git-dir=$repo push |