mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
rename plano => planoai
This commit is contained in:
parent
e8170f76ca
commit
9366070d76
4 changed files with 8 additions and 8 deletions
|
|
@ -265,7 +265,7 @@ def cli_agent(type, file, path, settings):
|
|||
archgw_status = docker_container_status(PLANO_DOCKER_NAME)
|
||||
if archgw_status != "running":
|
||||
log.error(f"archgw docker container is not running (status: {archgw_status})")
|
||||
log.error("Please start plano using the 'archgw up' command.")
|
||||
log.error("Please start plano using the 'planoai up' command.")
|
||||
sys.exit(1)
|
||||
|
||||
# Determine arch_config.yaml path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue