Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter committed Nov 10, 2024
1 parent 24daf46 commit b8f6522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/liteprotocoltester/lpt_supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def start_tester_node():
for key, value in env_vars.items():
if key not in env:
env[key] = value
script_cmd = ['sh', '/usr/bin/run_tester_node_at_infra.sh', '/usr/bin/liteprotocoltester ',role]
script_cmd = ['sh', '/usr/bin/run_tester_node_at_infra.sh', '/usr/bin/liteprotocoltester', role]
process = Popen(script_cmd, env=env)
return process

Expand Down

0 comments on commit b8f6522

Please sign in to comment.