Update new-branch.ps1

This commit is contained in:
Markus Fleschutz 2022-11-25 13:28:27 +01:00
parent 039583ebfe
commit 97bd2f24bb

View File

@ -27,7 +27,7 @@ try {
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
$RepoDirName = (Get-Item "$RepoDir").Name
"⏳ (2/6) Checking folder 📂$RepoDirName... "
"⏳ (2/6) Checking Git repositoryr 📂$RepoDirName... "
if (-not(Test-Path "$RepoDir" -pathType container)) { throw "Can't access directory: $RepoDir" }
"⏳ (3/6) Fetching updates..."