Skip to content

Commit

Permalink
fixing github app list scrpit
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed May 4, 2024
1 parent 06e4350 commit 69df540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list_all_github_app_in_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
# organization = 'devwithkrishna'

# Function call
app_short_list = list_github_apps_in_organization(organization)
list_github_apps_in_organization(organization)

if __name__ == '__main__':
main()
Expand Down

0 comments on commit 69df540

Please sign in to comment.