Update check-symlinks.ps1

This commit is contained in:
Markus Fleschutz 2021-03-05 09:09:39 +01:00 committed by GitHub
parent ffd527dbe2
commit b42a8ecf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ try {
}
$SymlinksTotal++
}
write-host -foregroundColor green "Done - $SymlinksBroken out of $SymlinksTotal are broken"
write-host -foregroundColor green "OK - found $SymlinksTotal symlinks total, $SymlinksBroken symlinks are broken"
exit $SymlinksBroken
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"