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.
2 parents 8ec2ef7 + 904d92a commit f86d7a0Copy full SHA for f86d7a0
ffmwr/utilities/app.py
@@ -600,7 +600,7 @@ def check_github_for_updates(use_default: bool = False):
600
)
601
else:
602
logger.debug("Checking upstream remote for app updates.")
603
- project_repo = Repo(Path(__file__).parent.parent)
+ project_repo = Repo(Path(__file__).parent.parent.parent)
604
605
origin_url = str(project_repo.remotes.origin.url)
606
origin_url_with_https = None
0 commit comments