mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-26 01:43:37 +01:00
Update list-news.ps1
This commit is contained in:
parent
0fe35dcd45
commit
7d36c0fb74
@ -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])"
|
||||
|
Loading…
Reference in New Issue
Block a user