fix: ensure plugin avsc serde before config
This commit is contained in:
parent
25a9aa1797
commit
5dc96a37e2
|
@ -161,8 +161,8 @@ ensure_installed(NameVsn) ->
|
|||
ok = purge(NameVsn),
|
||||
case ensure_exists_and_installed(NameVsn) of
|
||||
ok ->
|
||||
_ = maybe_ensure_plugin_config(NameVsn),
|
||||
maybe_post_op_after_installed(NameVsn);
|
||||
maybe_post_op_after_installed(NameVsn),
|
||||
_ = maybe_ensure_plugin_config(NameVsn);
|
||||
{error, _Reason} = Err ->
|
||||
Err
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue