8000 fix lint · nginx/kubernetes-ingress@2fbad75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fbad75

Browse files
author
Rafal Wegrzycki
committed
fix lint
1 parent b02d9d9 commit 2fbad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/k8s/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ func (lbc *LoadBalancerController) sync(task task) {
766766
case appProtectUserSig:
767767
lbc.syncAppProtectUserSig(task)
768768
case nginxCisConnector:
769-
lbc.syncNginxCisConnector(task)
769+
lbc.syncNginxCisConnector(task)
770770
}
771771

772772
if !lbc.isNginxReady && lbc.syncQueue.Len() == 0 {

0 commit comments

Comments
 (0)
0