mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix: typo
This commit is contained in:
2
cli.py
2
cli.py
@@ -134,7 +134,7 @@ def start(agent_name: str, no_setup: bool):
|
||||
run_bench_command = os.path.join(agent_dir, "run_benchmark")
|
||||
if (
|
||||
os.path.exists(agent_dir)
|
||||
and os.path.isfile(run_powcommand)
|
||||
and os.path.isfile(run_command)
|
||||
and os.path.isfile(run_bench_command)
|
||||
):
|
||||
os.chdir(agent_dir)
|
||||
|
||||
Reference in New Issue
Block a user