Skip to content

Commit

Permalink
Merge pull request #9 from georgeholt1/fix-cli-broken-links-printing
Browse files Browse the repository at this point in the history
Fix formatting of broken links print introduction when using cli
  • Loading branch information
georgeholt1 authored Aug 22, 2024
2 parents 57d0e50 + 674aca2 commit 465c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylich/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():

if broken_links:
if args.verbose:
print("Broken links found:")
print("Broken links found.")
checker.print_dead_links()
sys.exit(1)
else:
Expand Down

0 comments on commit 465c4f2

Please sign in to comment.