Add plugin dependency between shim and shim services

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2021-08-30 12:59:38 -07:00
parent fb5f6ce3c9
commit 33786ee4d2
6 changed files with 11 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ func initFunc(ic *plugin.InitContext) (interface{}, error) {
return nil, err
}
v2r, err := ic.GetByID(plugin.RuntimePluginV2, "task")
v2r, err := ic.GetByID(plugin.RuntimePluginV2Service, "task")
if err != nil {
return nil, err
}