diff --git a/scripts/check-repo.ps1 b/scripts/check-repo.ps1 index dde5aad0..1109b5c6 100755 --- a/scripts/check-repo.ps1 +++ b/scripts/check-repo.ps1 @@ -71,7 +71,7 @@ try { $repoDirName = (Get-Item "$FullPath").Name [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "✔️ Checked repository 📂$repoDirName in $($elapsed)s." + "✔️ Checked 📂$repoDirName repo successfully in $($elapsed)s." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"