fix(update-packages): error caused by copy-pasting line

This commit is contained in:
Twaik Yont 2023-12-21 13:46:08 +02:00
parent 1f2b014f09
commit 2f85dd8025
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ _gh_create_new_issue() {
fi
# Extract origin URL, commit hash and builder directory and put everything together
link="$(git config --get remote.origin.url |sed -E 's|\.git$||; s|git@([^:]+):(.+)|https://\1/\2|')/blob/$(git rev-parse HEAD)/$(echo */$1)"; }
link="$(git config --get remote.origin.url |sed -E 's|\.git$||; s|git@([^:]+):(.+)|https://\1/\2|')/blob/$(git rev-parse HEAD)/$(echo */$1)"
body="$(
cat <<-EOF