aboutsummaryrefslogtreecommitdiff
path: root/post-receive-stagit
diff options
context:
space:
mode:
Diffstat (limited to 'post-receive-stagit')
-rwxr-xr-xpost-receive-stagit2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive-stagit b/post-receive-stagit
index 06448ef..152a748 100755
--- a/post-receive-stagit
+++ b/post-receive-stagit
@@ -44,7 +44,7 @@ formatreadme() {
44 44
45adddownloadbutton() { 45adddownloadbutton() {
46 cd "$htdir" 46 cd "$htdir"
47 git archive HEAD --prefix="$name/" -o "$basedir/$name.zip" 47 git archive HEAD -o "$basedir/$name.zip"
48 printf '%s\n' \ 48 printf '%s\n' \
49 "/log\.html\">Log<\/a>" i \ 49 "/log\.html\">Log<\/a>" i \
50 "<a href=\"../$name.zip\">Download</a> |" . w \ 50 "<a href=\"../$name.zip\">Download</a> |" . w \

Generated with cgit - Back to sebastiano.tronto.net