Skip to content

Commit 3fc7589

Browse files
committed
[trivial-fix] Pass correct variable name in NewHelper
There seems to be a typo in passing logging variable name in NewHelper function call. It should be 'log' instead of 'r.Log'.
1 parent 7ebacee commit 3fc7589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/mariadbaccount_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (r *MariaDBAccountReconciler) Reconcile(ctx context.Context, req ctrl.Reque
7676
r.Client,
7777
r.Kclient,
7878
r.Scheme,
79-
r.Log,
79+
log,
8080
)
8181
if err != nil {
8282
return ctrl.Result{}, err

0 commit comments

Comments
 (0)