Fix typos, formatting, and variable declarations

Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
Ben Muthalaly 2023-11-30 18:06:54 -06:00 committed by GitHub
parent ba4342dadf
commit 8616cd758a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -403,7 +403,7 @@ def get_version_releases(config):
returns a dictionary containing the GitHub release data for
the recommended upgrade version and the currently installed version
"""
github_releases_api = "https://api.github.com/repos/pirate/archivebox/releases"
github_releases_api = "https://api.github.com/repos/ArchiveBox/ArchiveBox/releases"
response = requests.get(github_releases_api)
if response.status_code != 200:
stderr('Failed to get release data from GitHub', color='lightyellow', config=config)