mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 03:36:55 -04:00
Fix typos, formatting, and variable declarations
Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
parent
ba4342dadf
commit
8616cd758a
2 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue