mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02:00
Update check-symlinks.ps1
This commit is contained in:
parent
5fe47451dc
commit
cb6c2dbe5d
@ -32,7 +32,7 @@ try {
|
|||||||
$item = Get-Item $path -ErrorAction Ignore
|
$item = Get-Item $path -ErrorAction Ignore
|
||||||
if (!$item) {
|
if (!$item) {
|
||||||
$NumBroken++
|
$NumBroken++
|
||||||
"📂$Symlink ⭢ $Target (broken symlink #$($NumBroken))"
|
"Symlink $Symlink to: $Target seems broken (#$NumBroken)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$NumTotal++
|
$NumTotal++
|
||||||
|
Loading…
Reference in New Issue
Block a user