mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01:00
Fix typo
This commit is contained in:
parent
8f193bc914
commit
8c64ceb44b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user