fix(cthcluster): match correct driver in `stop_node/2`
Co-authored-by: Ilya Averyanov <av@rubybox.dev>
This commit is contained in:
parent
38a774bdc8
commit
6a7254f55e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue