We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aca79c commit 872e8a1Copy full SHA for 872e8a1
models/plugin.go
@@ -401,7 +401,7 @@ func (s *registeredPlugins) GetCommandLines() []CommandLineMod {
401
func (s *registeredPlugins) GetTasks() []*Plugin {
402
var list []*Plugin
403
for _, unit := range s.data {
404
- if unit.DependencyMod != nil {
+ if unit.Info().PluginType == PluginTypeTask {
405
list = append(list, unit)
406
}
407
0 commit comments