address comment

This commit is contained in:
Xi Yan 2024-10-03 10:41:50 -07:00
parent a7250a1e33
commit fbce62ba26

View file

@ -144,7 +144,7 @@ class StackBuild(Subcommand):
)
else:
cprint(
f"You can now run `llama stack run {build_config.name}` or `llama stack configure {configure_name} to re-configure docker run config.`",
f"You can now run `llama stack run {build_config.name}` or `llama stack configure {configure_name}`",
color="green",
)