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 2a576cb commit 7c318efCopy full SHA for 7c318ef
codeflash/cli_cmds/cmd_init.py
@@ -981,7 +981,7 @@ def install_github_app() -> None:
981
)
982
click.launch("https://github.com/apps/codeflash-ai/installations/select_target")
983
click.prompt(
984
- f"Press Enter once you've finished installing the github app from https://github.com/apps/codeflash-ai/installations/select_target…{LF}",
+ f"Press Enter once you've finished installing the github app from https://github.com/apps/codeflash-ai/installations/select_target{LF}",
985
default="",
986
type=click.STRING,
987
prompt_suffix="",
0 commit comments