1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-06 07:30:04 +02:00

Update clean-repo.ps1

This commit is contained in:
Markus Fleschutz
2022-04-27 11:16:41 +02:00
parent 37b85938a4
commit 9897b11d0b

@ -39,7 +39,7 @@ try {
$RepoDirName = (Get-Item "$RepoDir").Name
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ cleaned repo 📂$RepoDirName in $Elapsed sec"
"✔️ cleaned 📂$RepoDirName repo in $Elapsed sec"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"