Skip to content

Commit

Permalink
controller: fix typo in var name (#712)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Sep 9, 2024
1 parent adb6c16 commit 30a7e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/pkg/istio/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type ServiceRegistryReconciler interface {
Reconciler
}

func NewServiceRegistryReconciler(output component.Output, manager component.ResourceManager) ConsumerReconciler {
func NewServiceRegistryReconciler(output component.Output, manager component.ResourceManager) ServiceRegistryReconciler {
registry.InitRegistryManager(&registry.RegistryManagerOption{
Output: output,
})
Expand Down

0 comments on commit 30a7e1c

Please sign in to comment.