reorder output msg

This commit is contained in:
Xi Yan 2024-09-26 23:28:42 -07:00
parent 3b807912d2
commit ecd17ce9e9
2 changed files with 14 additions and 17 deletions

View file

@ -142,7 +142,8 @@ class StackConfigure(Subcommand):
color="blue",
)
cprint(
f"You can now run `llama stack run {image_name} --port PORT`",
color="green",
)
if build_config.image_type == "conda":
cprint(
f"You can now run `llama stack run {image_name} --port PORT`",
color="green",
)