Skip to content

Commit

Permalink
Updates from editor
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguidry authored Feb 6, 2025
1 parent e146213 commit 04b0207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prefect_cloud/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ async def run(
flow_run_url = f"{ui_url}/runs/flow-run/{flow_run.id}"
app.console.print(
f"Flow run [bold]{flow_run.name}[/bold] [dim]({flow_run.id})[/dim] created",
f"and will begin running soon.\nView its progress "
f"[link={flow_run_url}]on Prefect Cloud[/link].",
f"and will begin running soon.\n"
f"[link={flow_run_url}]View its progress on Prefect Cloud[/link].",
)


Expand Down

0 comments on commit 04b0207

Please sign in to comment.