Skip to content

Commit

Permalink
Merge pull request #212 from ashu-011/fix_typo
Browse files Browse the repository at this point in the history
Fix mistake in horizon_controller.go
  • Loading branch information
openshift-merge-bot[bot] authored Sep 30, 2024
2 parents f21dbf0 + 2078811 commit 8d8bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/horizontest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type HorizonTestReconciler struct {

// GetLogger returns a logger object with a prefix of "controller.name" and additional controller context fields
func (r *HorizonTestReconciler) GetLogger(ctx context.Context) logr.Logger {
return log.FromContext(ctx).WithName("Controllers").WithName("Tobiko")
return log.FromContext(ctx).WithName("Controllers").WithName("HorizonTest")
}

//+kubebuilder:rbac:groups=test.openstack.org,resources=horizontests,verbs=get;list;watch;create;update;patch;delete
Expand Down

0 comments on commit 8d8bbfb

Please sign in to comment.