From 604abcd83d113c141b3fd1b5fb8987dd015977bd Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Tue, 15 Apr 2025 13:40:05 -0700 Subject: [PATCH] update github app install link --- codeflash/code_utils/github_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeflash/code_utils/github_utils.py b/codeflash/code_utils/github_utils.py index 846853b8b..fcabd9823 100644 --- a/codeflash/code_utils/github_utils.py +++ b/codeflash/code_utils/github_utils.py @@ -20,7 +20,7 @@ def require_github_app_or_exit(owner: str, repo: str) -> None: f"It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo} or the GitHub" f" account linked to your CODEFLASH_API_KEY does not have access to the repository {owner}/{repo}.{LF}" "Before continuing, please install the Codeflash GitHub App on your repository by visiting " - f"https://github.com/apps/codeflash-ai{LF}" + f"https://github.com/apps/codeflash-ai/installations/select_target{LF}" ) logger.error( f"Note: if you want to find optimizations without opening PRs, you can run Codeflash with the --no-pr flag.{LF}"