Skip to content

Commit 0d09bc9

Browse files
Update codeflash/cli_cmds/cmd_init.py
Co-authored-by: Saurabh Misra <misra.saurabh1@gmail.com>
1 parent 1aa43ab commit 0d09bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def install_github_app(git_remote: str) -> None:
11391139
click.prompt(
11401140
f"❌ It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo}.{LF}"
11411141
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}",
1142+
f"Please, press ENTER to continue once you've finished installing the github app…{LF}",
11431143
default="",
11441144
type=click.STRING,
11451145
prompt_suffix=">>> ",

0 commit comments

Comments
 (0)