Don't set parents for alwaystruehost plugin

This commit is contained in:
sophia 2021-10-18 17:05:24 -05:00 committed by Paul Hinze
parent cda3ba7b29
commit 327db98656
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -39,7 +39,7 @@ func (h *AlwaysTrueHost) ParentsFunc() interface{} {
}
func (h *AlwaysTrueHost) Parents() []string {
return []string{"darwin", "bsd", "force", "host", "platform", "match"}
return []string{}
}
// HasCapabilityFunc implements component.Host