Update check-repo.ps1

This commit is contained in:
Markus Fleschutz 2022-10-12 13:24:19 +02:00
parent b6a4db1c1f
commit bffb7d6a11

View File

@ -27,7 +27,7 @@ try {
if (!(Test-Path "$FullPath" -pathType Container)) { throw "Can't access folder: $FullPath" } if (!(Test-Path "$FullPath" -pathType Container)) { throw "Can't access folder: $FullPath" }
"$FullPath" "$FullPath"
Write-Host "⏳ (3/6) Searching for .git subfolder... " -noNewline Write-Host "⏳ (3/6) Searching for subfolder 📂.git..." -noNewline
if (!(Test-Path "$FullPath/.git" -pathType container)) { throw "Can't access folder: $FullPath/.git" } if (!(Test-Path "$FullPath/.git" -pathType container)) { throw "Can't access folder: $FullPath/.git" }
"OK" "OK"