Skip to content

Commit 7820de0

Browse files
committed
Fix linting
1 parent 0d07570 commit 7820de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/status/gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func prepareGatewayStatus(statuses newstate.ListenerStatuses, transitionTime met
4141

4242
cond := metav1.Condition{
4343
Type: string(v1alpha2.ListenerConditionReady),
44-
Status: metav1.ConditionStatus(status),
44+
Status: status,
4545
// FIXME(pleshakov) Set the observed generation to the last processed generation of the Gateway resource.
4646
ObservedGeneration: 123,
4747
LastTransitionTime: transitionTime,

0 commit comments

Comments
 (0)