diff --git a/Scripts/fetch-repos.ps1 b/Scripts/fetch-repos.ps1 index 6928d07d..17ffe562 100755 --- a/Scripts/fetch-repos.ps1 +++ b/Scripts/fetch-repos.ps1 @@ -28,7 +28,7 @@ try { } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✔️ fetched updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec." + "✔️ fetched updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec." exit 0 } catch { write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/Scripts/pull-repos.ps1 b/Scripts/pull-repos.ps1 index 27afd4c7..1d6b2814 100755 --- a/Scripts/pull-repos.ps1 +++ b/Scripts/pull-repos.ps1 @@ -30,7 +30,7 @@ try { } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✔️ pulled updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec." + "✔️ pulled updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec." exit 0 } catch { write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"