From 58bba20351a5d90b8b3a3bb5196dee306771c415 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 13 Mar 2025 17:20:02 +0100 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 779ec0ad..445fb1a8 100755 --- a/scripts/list-updates.ps1 +++ b/scripts/list-updates.ps1 @@ -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])"