1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-29 16:16:47 +01:00

Updated list-updates.ps1

This commit is contained in:
Markus Fleschutz 2024-09-28 14:59:13 +02:00
parent ea0e38f364
commit c43e787025

View File

@ -34,7 +34,7 @@ try {
Write-Progress -completed "Done."
}
" "
"NOTE: Use the script 'install-updates.ps1' to install the listed updates."
"NOTE: Execute script 'install-updates.ps1' to install the listed updates."
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"