mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 05:26:47 +01: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
|
||||
if (!$item) {
|
||||
$NumBroken++
|
||||
"📂$Symlink ⭢ $Target (broken symlink #$($NumBroken))"
|
||||
"Symlink $Symlink to: $Target seems broken (#$NumBroken)"
|
||||
}
|
||||
}
|
||||
$NumTotal++
|
||||
|
Loading…
Reference in New Issue
Block a user