Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Wegrzycki committed Dec 18, 2020
1 parent b02d9d9 commit 2fbad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8s/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ func (lbc *LoadBalancerController) sync(task task) {
case appProtectUserSig:
lbc.syncAppProtectUserSig(task)
case nginxCisConnector:
lbc.syncNginxCisConnector(task)
lbc.syncNginxCisConnector(task)
}

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

0 comments on commit 2fbad75

Please sign in to comment.