mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-10 18:58:21 +02:00
Update clean-repo.ps1
This commit is contained in:
parent
37b937af7a
commit
55037153ae
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user