Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 3318740

Browse files
chess-knightmatofeder
authored andcommitted
Fix small typo after 63bfb51
Signed-off-by: Roman Hros <[email protected]>
1 parent ca12d60 commit 3318740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/openstacknodeimagerelease_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (r *OpenStackNodeImageReleaseReconciler) Reconcile(ctx context.Context, req
193193

194194
// Check wait for image ACTIVE status duration
195195
if r.WaitForImageBecomeActiveMinutes > 0 && conditions.IsTrue(openstacknodeimagerelease, apiv1alpha1.OpenStackImageImportStartedCondition) {
196-
// Calculate elapsed time since the OpenStackImageImportStartCondition is true
196+
// Calculate elapsed time since the OpenStackImageImportStartedCondition is true
197197
startTime := conditions.GetLastTransitionTime(openstacknodeimagerelease, apiv1alpha1.OpenStackImageImportStartedCondition)
198198
elapsedTime := time.Since(startTime.Time)
199199

0 commit comments

Comments
 (0)