Update list-news.ps1

This commit is contained in:
Markus Fleschutz 2024-02-13 19:56:14 +01:00
parent 0fe35dcd45
commit 7d36c0fb74

View File

@ -31,7 +31,7 @@ try {
if ($count++ -eq $maxLines) { break }
}
$URL = $content.rss.channel.link
" (Times in UTC | Read more: $URL)"
" (Times in UTC | Read more at: $URL)"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"