Fix build configure deprecation message

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
Martin Hickey 2024-11-14 17:20:08 +00:00
parent 46f0b6606a
commit 232d3ee33a

View file

@ -40,7 +40,7 @@ class StackConfigure(Subcommand):
self.parser.error(
"""
DEPRECATED! llama stack configure has been deprecated.
Please use llama stack run --config <path/to/run.yaml> instead.
Please use llama stack run <path/to/run.yaml> instead.
Please see example run.yaml in /distributions folder.
"""
)