From 5e7940609062eea89a17b22df937f3d782cdf4b3 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Jun 2021 19:39:24 +0200 Subject: [PATCH] Improve output of pull-repos.ps1 --- Scripts/pull-repos.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/pull-repos.ps1 b/Scripts/pull-repos.ps1 index b6b66f5d..8d7142ae 100755 --- a/Scripts/pull-repos.ps1 +++ b/Scripts/pull-repos.ps1 @@ -31,7 +31,7 @@ try { } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✔️ updated $FolderCount Git repositories at 📂$ParentDirName in $Elapsed sec" + "✔️ pulled $FolderCount Git repositories under 📂$ParentDirName in $Elapsed sec" exit 0 } catch { write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"