diff --git a/components.go b/components.go index 49ef270..1f33d40 100644 --- a/components.go +++ b/components.go @@ -135,7 +135,7 @@ func (c *Components) Init(context *cli.Context) error { // Init them sorted now for _, component := range components { - if c == nil { + if component == nil { continue }