From 1b63f059be13ccd722666f0b353946048ee42668 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 18 Dec 2021 12:13:29 +0100 Subject: [PATCH] Update replace-in-files.ps1 --- Scripts/replace-in-files.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/replace-in-files.ps1 b/Scripts/replace-in-files.ps1 index ef8abe84..494a2a3b 100644 --- a/Scripts/replace-in-files.ps1 +++ b/Scripts/replace-in-files.ps1 @@ -38,7 +38,7 @@ try { ReplaceInFile $file $pattern $replacement } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✔️ replaced '$pattern' by '$replacement' in $($fileList.Count) files in $Elapsed sec" + "OK, replaced '$pattern' by '$replacement' in $($fileList.Count) files in $Elapsed sec." exit 0 # success } catch { "⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"