Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated function name
Browse files Browse the repository at this point in the history
Ian Bowden committed Jun 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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])

0 comments on commit 9e6ccb4

Please sign in to comment.