Fix build error

This commit is contained in:
Alexander-Carpenter 2020-02-05 20:14:30 -06:00
parent 69fe7da267
commit 71395e42c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)