Skip to content

Commit 1893dce

Browse files
committed
update the requested another prompts
1 parent e1d553d commit 1893dce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,10 +1120,10 @@ def install_github_app(git_remote: str) -> None:
11201120
)
11211121
click.launch("https://github.com/apps/codeflash-ai/installations/select_target")
11221122
click.prompt(
1123-
f"Press Enter once you've finished installing the github app from https://github.com/apps/codeflash-ai/installations/select_target{LF}",
1123+
f"Please, Press ENTER once you've finished installing the github app from https://github.com/apps/codeflash-ai/installations/select_target{LF}",
11241124
default="",
11251125
type=click.STRING,
1126-
prompt_suffix="",
1126+
prompt_suffix=">>> ",
11271127
show_default=False,
11281128
)
11291129

@@ -1139,10 +1139,10 @@ 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"Press Enter to continue once you've finished installing the github app…{LF}",
1142+
f"Press ENTER to continue once you've finished installing the github app…{LF}",
11431143
default="",
11441144
type=click.STRING,
1145-
prompt_suffix="",
1145+
prompt_suffix=">>> ",
11461146
show_default=False,
11471147
)
11481148
count -= 1

0 commit comments

Comments
 (0)