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])"