Skip to content

Commit

Permalink
fix(github-utils): git hub repo visibility update function renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldan007 committed Aug 22, 2022
1 parent f1c68cd commit 0e08f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpecha/github_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_github_repo(path, org_name, token, private=False):
return repo._html_url.value


def update_github_repo(repo_name, org_name, token, private=False):
def update_github_repo_visibility(repo_name, org_name, token, private=False):
org = _get_openpecha_data_org(org_name, token)
repo = org.get_repo(repo_name)
repo.edit(private=private)
Expand Down

0 comments on commit 0e08f19

Please sign in to comment.