Skip to content

Commit

Permalink
added a test to differentiate this version of gatorgrade in output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Oct 24, 2024
1 parent 7cbe49c commit 6ec0681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatorgrade/output/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def run_checks(
# print failures list if there are failures to print
# and print what ShellCheck command that Gatorgrade ran
if len(failed_results) > 0:
print("\n-~- FAILURES -~- This is the Rebekah test\n")
print("\n-~- FAILURES -~- This is the new update of gatorgrade \n")
for result in failed_results:
# main.console.print("This is a result")
# main.console.print(result)
Expand Down

0 comments on commit 6ec0681

Please sign in to comment.