Skip to content

Commit

Permalink
Fix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jan 28, 2025
1 parent 7151e0e commit 657cf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/feature/feature_tracker_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func createFeatureTracker(ctx context.Context, cli client.Client, f *Feature) er
if f.owner != nil {
var ownerRef cluster.MetaOptions
if f.controller {
ownerRef = cluster.ControllerBy(f.owner, cli.Scheme())
ownerRef = cluster.ControlledBy(f.owner, cli.Scheme())
} else {
ownerRef = cluster.OwnedBy(f.owner, cli.Scheme())
}
Expand Down

0 comments on commit 657cf29

Please sign in to comment.