Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <[email protected]>
  • Loading branch information
johnmcollier committed Nov 21, 2023
1 parent d5658f8 commit dd7bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/application_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (r *ApplicationReconciler) Reconcile(ctx context.Context, req ctrl.Request)
return err
}

controllerutil.RemoveFinalizer(&application, appFinalizerName)
controllerutil.RemoveFinalizer(&currentApplication, appFinalizerName)

err = r.Update(ctx, &application)
return err
Expand Down

0 comments on commit dd7bb31

Please sign in to comment.