Improved output of clean-repo.ps1

This commit is contained in:
Markus Fleschutz 2021-04-23 09:25:03 +02:00
parent 1f87722c2e
commit 44414a6135

View File

@ -23,7 +23,7 @@ try {
& git submodule foreach --recursive git clean -fdx
if ($lastExitCode -ne "0") { throw "'git clean -fdx' in submodules failed" }
"✔️ cleaned Git repository 📂$RepoDir"
"✔️ Git repository 📂$RepoDir is clean now"
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"