Updated list-updates.ps1

This commit is contained in:
Markus Fleschutz 2025-03-13 17:20:02 +01:00
parent 3844dabba3
commit 58bba20351

View File

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