Skip to content

Commit

Permalink
updated function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Bowden committed Jun 21, 2024
1 parent 7964d42 commit 9e6ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secureli/modules/shared/abstractions/pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def _get_outdated_repos(

return repos

def is_valid_uri(self, uri_string):
def _is_valid_uri(self, uri_string):
try:
result = urlparse(uri_string)
return all([result.scheme, result.netloc])
Expand Down

0 comments on commit 9e6ccb4

Please sign in to comment.