Skip to content

Commit f90cd8b

Browse files
committed
fix
1 parent 178660c commit f90cd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/gateway_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func RegisterGatewayController(
111111
builder.Watches(&gwv1.GatewayClass{}, gwClassEventHandler)
112112

113113
//Watch VpcAssociationPolicy CRD if it is installed
114-
ok, err := k8s.IsGVKSupported(mgr, anv1alpha1.GroupVersion.String(), anv1alpha1.VpcAssociationPolicyKind)
114+
ok, err = k8s.IsGVKSupported(mgr, anv1alpha1.GroupVersion.String(), anv1alpha1.VpcAssociationPolicyKind)
115115
if err != nil {
116116
return err
117117
}

0 commit comments

Comments
 (0)