Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
Change 'repo' to 'report' in error message
  • Loading branch information
midwestKC-coder authored Nov 3, 2024
1 parent c5dff3b commit 1401142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghascompliance/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
Summary.addLine(Summary.formatItalics(str(err)))

except Exception as err:
Octokit.error("Unknown Exception was hit, please repo this to " + __url__)
Octokit.error("Unknown Exception was hit, please report this to " + __url__)
Octokit.error(str(err))

errors += 1 # add to error count
Expand Down

0 comments on commit 1401142

Please sign in to comment.