Skip to content

Commit

Permalink
fix: Update name of owner and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
haruki7049 committed Jul 17, 2024
1 parent 07fe3c0 commit f3123e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch-releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def is_correct_version_url(version: str, url: str) -> bool:


if __name__ == "__main__":
owner: str = "denoland"
repo: str = "deno"
owner: str = "godotengine"
repo: str = "godot"
destination = "sources.json"

#godot_info: list = get_all_releases(owner, repo)
Expand Down

0 comments on commit f3123e1

Please sign in to comment.