Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aslgraefe committed Jan 6, 2025
1 parent 6d1b357 commit 68337db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rarelink/cli/redcap_setup/api_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ def start():
between_section_separator()

typer.echo(f"▶ Run {format_command('rarelink redcap-setup api-config view')}\
to see the current configuration.")
typer.echo(f"▶ If you had a typo, you can run {format_command(
'rarelink redcap-setup api-config start')} again.")
to see the current configuration.")
typer.echo(f"▶ If you had a typo, you can run \
{format_command('rarelink redcap-setup api-config start')} again.")
typer.echo(f"▶ Run {format_command('rarelink redcap-setup api-config reset')}\
to reset the configuration.")
to reset the configuration.")
hint_text(
"⚠️ API token is sensitive information! Please save it securely where "
"only you have access."
Expand Down

0 comments on commit 68337db

Please sign in to comment.