Skip to content

Commit

Permalink
fix '//'
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Feb 11, 2023
1 parent a60f380 commit 3195af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3195af6

Please sign in to comment.