From 4e8145404151ed3c1596828ba288d553e9677b49 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 27 Jun 2023 20:20:01 -0400 Subject: [PATCH] Fixed typo --- assets/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/post-receive b/assets/post-receive index 51716cb..8c69217 100755 --- a/assets/post-receive +++ b/assets/post-receive @@ -11,4 +11,4 @@ DIR=$PWD REPO=$(basename $DIR .git) mkdir -p $HTML_DIR/$REPO && cd $HTML_DIR/$REPO && stagit -l $COMMIT_LIMIT -u "$PROTO://$URL/$REPO" $DIR ln -sf log.html index.html -git --git-dir $DIR archive --format=tar.gz -o "$HTML_DIR/$REPO/$archive.tar.gz" --prefix="$REPO/" HEAD +git --git-dir $DIR archive --format=tar.gz -o "$HTML_DIR/$REPO/archive.tar.gz" --prefix="$REPO/" HEAD