Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tchinmai7 committed Jan 27, 2024
1 parent 98b5de9 commit 253b4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/linode/loadbalancers.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import (
)

var (
errNoNodesAvailable = errors.New("no nodes available for nodebalancer")
errNoNodesAvailable = errors.New("No nodes available for nodebalancer")
errInvalidFWConfig = errors.New("Specify either an allowList or a denyList for a firewall")
errTooManyFirewalls = errors.New("Too many firewalls attached to a nodebalancer")
errTooManyFirewalls = errors.New("Too many firewalls attached to a nodebalancer")
)

type lbNotFoundError struct {
Expand Down

0 comments on commit 253b4f1

Please sign in to comment.