Skip to content

Commit

Permalink
docs: show "Deprecation Warning" in upper case
Browse files Browse the repository at this point in the history
Co-authored-by: jmoreira-valory <[email protected]>
  • Loading branch information
OjusWiZard and jmoreira-valory authored Oct 22, 2024
1 parent cfc6416 commit ce7ca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomy/cli/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def run_deployment_from_token( # pylint: disable=too-many-arguments, too-many-l
)

click.echo(
"Deprecation Warning: `autonomy deploy from-token` is being deprecated.\n"
"DEPRECATION WARNING: `autonomy deploy from-token` is being deprecated.\n"
"Please use `autonomy fetch <token_id>` instead to fetch the service, "
"followed by `build-image`, `deploy build`, and `deploy run` as usual."
)
Expand Down

0 comments on commit ce7ca43

Please sign in to comment.