mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +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"
|
"✔️ $NumBroken out of $NumTotal symlinks are broken in 📂$DirTree"
|
||||||
exit $SymlinksBroken
|
exit $NumBroken
|
||||||
} catch {
|
} catch {
|
||||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user