We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e705e18 commit f0b8548Copy full SHA for f0b8548
1 file changed
basilisk/updater.py
@@ -328,7 +328,7 @@ def extract_installer_from_zip(
328
329
class GithubUpdater(BaseUpdater):
330
def __init__(self, pre_release: bool = False):
331
- self.url = f"https://api.github.com/repo/{APP_REPO}/releases"
+ self.url = f"https://api.github.com/repos/{APP_REPO}/releases"
332
self.headers = {
333
"Accept": "application/vnd.github+json",
334
"X-GitHub-Api-Version": "2022-11-28",
0 commit comments