From 3195af6fcee6fb8770c03c98d87f812e091c1d78 Mon Sep 17 00:00:00 2001 From: v4hn Date: Sat, 11 Feb 2023 20:49:30 +0100 Subject: [PATCH] fix '//' --- repository.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.sh b/repository.sh index bdc698c..4b37dc4 100755 --- a/repository.sh +++ b/repository.sh @@ -11,7 +11,7 @@ apt-ftparchive packages . > Packages apt-ftparchive release . > Release REPOSITORY="$(printf "%s" "$GITHUB_REPOSITORY" | tr / _)" -REPOSITORY_URL="https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$BRANCH/" +REPOSITORY_URL="https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$BRANCH" [ ! -f Failed.md ] || sed -i "s|@REPOSITORY_URL@|$REPOSITORY_URL|" Failed.md echo '```bash' > README.md