Don't set parents for alwaystruehost plugin
This commit is contained in:
parent
cda3ba7b29
commit
327db98656
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user