Skip to content

Commit

Permalink
Update script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Mar 19, 2024
1 parent fd103b3 commit 5af30aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository_downloader/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_organization_repositories():

# Fetch repositories in paginated manner
# Determine the total number of repositories in the organization
response = requests.get(f"https://api.github.com/orgs/{github_org}")
response = requests.get(f"https://api.github.com/orgs/{ORGANIZATION}")
if response.status_code != 200:
print(f"Failed to fetch organization info: {response.content}")
sys.exit(1)
Expand Down

0 comments on commit 5af30aa

Please sign in to comment.