Improve clean-repo.ps1

This commit is contained in:
Markus Fleschutz 2021-04-19 08:48:29 +02:00
parent b078b794e3
commit 6678dea5f7

View File

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