Skip to content

Commit

Permalink
add dot
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Riedel <138458199+jriedel-ionos@users.noreply.github.com>
  • Loading branch information
lubedacht and jriedel-ionos authored Jun 25, 2024
1 parent c821690 commit e3a947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/ionoscloudmachine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (*IonosCloudMachineReconciler) checkRequestStates(
)

// We need to patch the machine during the deletion phase to make sure we do
// not have a diff in the status during the final patch when the finalizer is removed
// not have a diff in the status during the final patch when the finalizer is removed.
if !machineScope.IonosMachine.DeletionTimestamp.IsZero() {
requeue, retErr = true, machineScope.PatchObject()
}
Expand Down

0 comments on commit e3a947d

Please sign in to comment.