diff --git a/internal/store/builder.go b/internal/store/builder.go index af7355a9..88e6cfdb 100644 --- a/internal/store/builder.go +++ b/internal/store/builder.go @@ -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)