diff --git a/scripts/list-updates.ps1 b/scripts/list-updates.ps1 index 143e5532..47873e8c 100755 --- a/scripts/list-updates.ps1 +++ b/scripts/list-updates.ps1 @@ -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])"