docs: fix typo in href target generation

main
Guido Grazioli 2022-03-31 15:40:16 +02:00
parent b974bf1967
commit b91c9e17fc
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
type="$(echo $frag|cut -d~ -f3)"
msg="$(echo $frag|cut -d~ -f4|sed 's/`/``/g')"
if [[ "${TYPES[*]}" =~ "${type}" ]]; then
echo -e "$type:\n - >\n $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
echo -e "$type:\n - >\n $msg \`#${PR} <https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
> changelogs/fragments/${PR}.yaml
fi
done