From c43e7870255c42b4d8692dc2527b0120b3adc42e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 28 Sep 2024 14:59:13 +0200 Subject: [PATCH] Updated list-updates.ps1 --- scripts/list-updates.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])"