Plugins: Support > 1 levels of plugin dependencies (#90174)
* do it * prevent loops * change to sync.Map
This commit is contained in:
@@ -63,7 +63,7 @@ func upgradeAllCommand(c utils.CommandLine) error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = installPlugin(ctx, p.JSONData.ID, "", c)
|
||||
err = installPlugin(ctx, p.JSONData.ID, "", newInstallPluginOpts(c))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user