We don't need to confuse people by a complex config line when name works

This commit is contained in:
Ashwin Bharambe 2024-09-23 13:21:48 -07:00
parent ab46465070
commit 54a73b4778
2 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@ class StackBuild(Subcommand):
else (f"llamastack-{build_config.name}")
)
cprint(
f"You may now run `llama stack configure {configure_name}` or `llama stack configure {str(build_file_path)}`",
f"You can now run `llama stack configure {configure_name}`",
color="green",
)