Skip to content

Commit 26b6e20

Browse files
Merge pull request #543 from codeflash-ai/fix/installation-link-typo
[FIX] Installation link typo
2 parents 2a576cb + 7c318ef commit 26b6e20

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)