From 99238e0e041c73c246bb647177b5f8b2911ab45e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 23 Nov 2022 00:12:52 +0100 Subject: Fixed an older bug with download button --- post-receive-stagit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-receive-stagit b/post-receive-stagit index 152a748..3284e83 100755 --- a/post-receive-stagit +++ b/post-receive-stagit @@ -47,7 +47,7 @@ adddownloadbutton() { git archive HEAD -o "$basedir/$name.zip" printf '%s\n' \ "/log\.html\">Log<\/a>" i \ - "Download |" . w \ + "Download |" . w \ | ed -s "$1" > /dev/null } -- cgit v1.3