Improve output of clean-repo.ps1

This commit is contained in:
Markus Fleschutz 2021-05-05 10:44:46 +02:00
parent 603120eced
commit 26476e32de

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" }
"✔️ Git repository 📂$RepoDir is clean now"
"✔️ cleaned Git repository 📂$RepoDir"
exit 0
} catch {
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"