mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Update list-news.ps1
This commit is contained in:
parent
e993d937d6
commit
f89271ce4b
@ -31,7 +31,7 @@ try {
|
||||
if ($count++ -eq $maxLines) { break }
|
||||
}
|
||||
$URL = $content.rss.channel.link
|
||||
" (Times in UTC | Read more at: $URL)"
|
||||
" (UTC) Read more at: $URL"
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user