diff options
Diffstat (limited to 'post-receive-stagit')
| -rwxr-xr-x | post-receive-stagit | 2 |
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 | ||
| 45 | adddownloadbutton() { | 45 | adddownloadbutton() { |
| 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 \ |
