Skip to content

Commit

Permalink
fix: Clarify one of the label phrases for matching checks in main.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 23, 2023
1 parent f527650 commit 66c6b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def analyze( # noqa: PLR0913
# output the number of checks that will be performed
output.console.print()
output.console.print(
f":tada: Found a total of {len(check_list)} matching check(s):"
f":tada: Running a total of {len(check_list)} matching check(s):"
)
# iterate through and perform each of the checks
for current_check in check_list:
Expand Down

0 comments on commit 66c6b49

Please sign in to comment.