diff --git a/Scripts/clean-repo.ps1 b/Scripts/clean-repo.ps1 index 7577ae6a..251ee68f 100755 --- a/Scripts/clean-repo.ps1 +++ b/Scripts/clean-repo.ps1 @@ -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])"