fix: typo

pull/7148/head
SwiftyOS 2024-05-11 08:45:51 +02:00
parent a9afb3cbff
commit 1f05881283
1 changed files with 1 additions and 1 deletions

2
cli.py
View File

@ -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)