Skip to content

Commit 144c168

Browse files
committed
Merge branch 'main' into tracing-runs-in-isolated-process
2 parents b2df453 + 26b6e20 commit 144c168

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
@@ -981,7 +981,7 @@ def install_github_app() -> None:
981981
)
982982
click.launch("https://github.com/apps/codeflash-ai/installations/select_target")
983983
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}",
984+
f"Press Enter once you've finished installing the github app from https://github.com/apps/codeflash-ai/installations/select_target{LF}",
985985
default="",
986986
type=click.STRING,
987987
prompt_suffix="",

0 commit comments

Comments
 (0)