Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 committed Jul 7, 2023
1 parent eb252da commit 4585df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/clusterrelocation_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (r *ClusterRelocationReconciler) Reconcile(ctx context.Context, req ctrl.Re
if err := r.Update(ctx, relocation); err != nil {
return ctrl.Result{}, err
}
logger.Info("Remove finalizer from CR")
logger.Info("Removed finalizer from CR")
}

defer r.updateStatus(ctx, relocation, logger)
Expand Down

0 comments on commit 4585df9

Please sign in to comment.