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