From e20ff1ad6f964920d707769dbaac791a1a2e98f4 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 31 Aug 2023 17:20:53 +0200 Subject: [PATCH] Update install-updates.ps1 --- Scripts/install-updates.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install-updates.ps1 b/Scripts/install-updates.ps1 index ed4c5b72..f7998148 100755 --- a/Scripts/install-updates.ps1 +++ b/Scripts/install-updates.ps1 @@ -34,7 +34,7 @@ try { Write-Progress -completed " " } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✅ installed the updates in $Elapsed sec" + "✅ Updates installed in $Elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"