mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Fix typo
This commit is contained in:
@ -33,7 +33,7 @@ try {
|
||||
}
|
||||
|
||||
"✔️ $NumBroken out of $NumTotal symlinks are broken in 📂$DirTree"
|
||||
exit $SymlinksBroken
|
||||
exit $NumBroken
|
||||
} catch {
|
||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user