File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments