Skip to content

Commit 7c318ef

Browse files
fix typo
1 parent 2a576cb commit 7c318ef

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)