Update clean-repo.ps1

This commit is contained in:
Markus Fleschutz 2021-10-29 08:05:10 +02:00
parent 37b937af7a
commit 55037153ae

View File

@ -23,7 +23,7 @@ try {
if (-not(test-path "$RepoDir" -pathType container)) { throw "Can't access directory: $RepoDir" }
$RepoDirName = (get-item "$RepoDir").Name
"🧹 Cleaning untracked files..."
"🧹 Cleaning from untracked files..."
$Null = (git --version)
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }