Skip to content

Commit 5a2c66a

Browse files
update github app install link (#150)
1 parent 9005337 commit 5a2c66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/github_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def require_github_app_or_exit(owner: str, repo: str) -> None:
2020
f"It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo} or the GitHub"
2121
f" account linked to your CODEFLASH_API_KEY does not have access to the repository {owner}/{repo}.{LF}"
2222
"Before continuing, please install the Codeflash GitHub App on your repository by visiting "
23-
f"https://github.com/apps/codeflash-ai{LF}"
23+
f"https://github.com/apps/codeflash-ai/installations/select_target{LF}"
2424
)
2525
logger.error(
2626
f"Note: if you want to find optimizations without opening PRs, you can run Codeflash with the --no-pr flag.{LF}"

0 commit comments

Comments
 (0)