Skip to content

Commit

Permalink
minor update for re-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddneves committed Jul 16, 2020
1 parent dbeee03 commit ed29ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DeadLinksAnalyzer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ $DeadLinks = Test-MarkdownLinks -Path ".\" -NoOutput
if ($DeadLinks) {
Write-Host -Object '--- DEAD LINKS FOUND ---' -ForegroundColor Red
$DeadLinks | Format-Table -AutoSize | Out-String -Width 4096
Write-Host -Object '--- DEAD LINKS FOUND ---' -ForegroundColor Red
exit 1
}

0 comments on commit ed29ee1

Please sign in to comment.