Update clean-repo.ps1 and switch-branch.ps1

This commit is contained in:
Markus Fleschutz
2022-09-09 09:39:34 +02:00
parent ac4df785f2
commit 2f8620c610
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ try {
$RepoDir = Resolve-Path "$RepoDir"
$RepoDirName = (Get-Item "$RepoDir").Name
"⏳ Step 2/6 - Checking Git repository 📂$RepoDirName..."
"⏳ Step 2/6 - Checking folder 📂$RepoDirName..."
if (-not(Test-Path "$RepoDir" -pathType container)) { throw "Can't access directory: $RepoDir" }
$Result = (git status)