fix(cthcluster): match correct driver in `stop_node/2`

Co-authored-by: Ilya Averyanov <av@rubybox.dev>
This commit is contained in:
Andrew Mayorov 2023-06-22 12:44:28 +02:00
parent 38a774bdc8
commit 6a7254f55e
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ start_bare_node(Name, #{driver := ct_slave}) ->
]
),
Node;
start_bare_node(Name, #{driver := ct_slave}) ->
start_bare_node(Name, #{driver := slave}) ->
{ok, Node} = slave:start_link(host(), Name, ebin_path()),
Node.