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 1aa43ab commit 0d09bc9Copy full SHA for 0d09bc9
codeflash/cli_cmds/cmd_init.py
@@ -1139,7 +1139,7 @@ def install_github_app(git_remote: str) -> None:
1139
click.prompt(
1140
f"❌ It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo}.{LF}"
1141
f"Please install it from https://github.com/apps/codeflash-ai/installations/select_target {LF}"
1142
- f"Please, Press ENTER to continue once you've finished installing the github app…{LF}",
+ f"Please, press ENTER to continue once you've finished installing the github app…{LF}",
1143
default="",
1144
type=click.STRING,
1145
prompt_suffix=">>> ",
0 commit comments