finalizing formatting and edits

This commit is contained in:
mag37 2024-10-10 10:22:17 +02:00
parent 76d2921719
commit fc47b1313b
8 changed files with 12 additions and 13 deletions

View file

@ -152,7 +152,7 @@ releasenotes() {
for update in ${GotUpdates[@]}; do
found=false
while read -r container url; do
[[ $update == $container ]] && Updates+=("$update -> $url") && found=true
[[ $update == $container ]] && Updates+=("$update -> $url") && found=true
done < "$ScriptWorkDir"/urls.list
[[ $found == false ]] && Updates+=("$update -> url missing") || continue
done