mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 09:28:21 +02:00
Update check-repo.ps1
This commit is contained in:
parent
b6a4db1c1f
commit
bffb7d6a11
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user