Skip to content

Commit

Permalink
Fix small syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YolanFery committed Nov 22, 2024
1 parent 8e04a6a commit 4565825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhexa/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def pipelines_push(
uploaded_pipeline = upload_pipeline(path, name, description=description, link=link)
click.echo(
click.style(
f"✅ New version '{uploaded_pipeline["versionName"]}' created! You can view the pipeline in OpenHEXA on {click.style(f'{settings.public_api_url}/workspaces/{workspace}/pipelines/{pipeline.code}', fg='bright_blue', underline=True)}",
f"✅ New version '{uploaded_pipeline['versionName']}' created! You can view the pipeline in OpenHEXA on {click.style(f'{settings.public_api_url}/workspaces/{workspace}/pipelines/{pipeline.code}', fg='bright_blue', underline=True)}",
fg="green",
)
)
Expand Down

0 comments on commit 4565825

Please sign in to comment.