Skip to content

Commit

Permalink
Merge pull request #876 from openstack-k8s-operators/typo
Browse files Browse the repository at this point in the history
Fixing tiny typo that was bothering me
  • Loading branch information
openshift-merge-bot[bot] authored Jun 21, 2024
2 parents 2b224dc + bb7d2cd commit 26dc06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/core/openstackcontrolplane_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (r *OpenStackControlPlaneReconciler) Reconcile(ctx context.Context, req ctr
instance.Status.Conditions = condition.Conditions{}
}

// Save a copy of the condtions so that we can restore the LastTransitionTime
// Save a copy of the conditions so that we can restore the LastTransitionTime
// when a condition's state doesn't change.
savedConditions := instance.Status.Conditions.DeepCopy()

Expand Down

0 comments on commit 26dc06d

Please sign in to comment.