From 37601075c8c0c18efe79ee6af14e93d6e1419b50 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 11 Sep 2023 15:57:46 +0200 Subject: [PATCH] Update check-repo.ps1 --- Scripts/check-repo.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/check-repo.ps1 b/Scripts/check-repo.ps1 index e789ef3d..58b82b01 100755 --- a/Scripts/check-repo.ps1 +++ b/Scripts/check-repo.ps1 @@ -70,7 +70,7 @@ try { $RepoDirName = (Get-Item "$FullPath").Name [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✔️ checked Git repository 📂$RepoDirName in $Elapsed sec" + "✔️ Checked repo 📂$RepoDirName in $Elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"