Skip to content

Commit

Permalink
Update controllers/routingctrl/reconcile_resources.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Majsak <[email protected]>
  • Loading branch information
cam-garrison and bartoszmajsak authored Sep 20, 2024
1 parent 376ec95 commit 3390a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/routingctrl/reconcile_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (r *Controller) ensureResourceHasFinalizer(ctx context.Context, target *uns

return nil
}); err != nil {
return fmt.Errorf("failed to patch finalizer to %s (in %s): %w",
return fmt.Errorf("failed to add finalizer to %s (in %s): %w",
target.GroupVersionKind().String(), target.GetNamespace(), err)
}
}
Expand Down

0 comments on commit 3390a6f

Please sign in to comment.