Skip to content

Commit 8b1f4b6

Browse files
committed
saga4/micro_fix_ambiguity_on_url
1 parent e244b65 commit 8b1f4b6

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
@@ -537,7 +537,7 @@ def install_github_actions(override_formatter_check: bool = False) -> None: # n
537537
existing_api_key = None
538538
click.prompt(
539539
f"Next, you'll need to add your CODEFLASH_API_KEY as a secret to your GitHub repo.{LF}"
540-
f"Press Enter to open your repo's secrets page at {get_github_secrets_page_url(repo)}{LF}"
540+
f"Press Enter to open your repo's secrets page at {get_github_secrets_page_url(repo)} {LF}"
541541
f"Then, click 'New repository secret' to add your api key with the variable name CODEFLASH_API_KEY.{LF}"
542542
f"{'Here is your CODEFLASH_API_KEY: ' + existing_api_key + ' ' + LF}"
543543
if existing_api_key

0 commit comments

Comments
 (0)