Fix build error
This commit is contained in:
parent
69fe7da267
commit
71395e42c4
|
|
@ -86,7 +86,7 @@ func (b *Builder) WithEnabledResources(r []string) error {
|
|||
}
|
||||
|
||||
var copy []string
|
||||
copy = append(copy, c...)
|
||||
copy = append(copy, r...)
|
||||
|
||||
sort.Strings(copy)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue