commit 2eabed85b935f0f5110c6834bffcb4672078aa05 parent b31ff8990ad717aa3cf7357c6d55333e59ab1d08 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 13 Aug 2020 13:45:02 +0300 post-receive: fix README path Diffstat:
M | post-receive | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/post-receive b/post-receive @@ -55,7 +55,7 @@ done # Link index.html to log.html so users don't have to # type the whole file out. -ln -sf README*.html index.html +ln -sf file/README*.html index.html )