Skip to content

Commit 34e472b

Browse files
committed
chore: fix comment lint
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
1 parent 5712aff commit 34e472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/emlb/emlb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
loadBalancerOriginIDAnnotation = "equinix.com/loadbalanceroriginID"
5252
// EMLBVIPID is the stringused to refer to the EMLB load balancer and VIP Manager type.
5353
EMLBVIPID = "EMLB"
54-
// loadbalancerTokenExchangeURL is the default URL to use for Token Exchange to talk to the Equinix Metal Load Balancer API
54+
// loadbalancerTokenExchangeURL is the default URL to use for Token Exchange to talk to the Equinix Metal Load Balancer API.
5555
loadbalancerTokenExchnageURL = "https://iam.metalctrl.io/api-keys/exchange" //nolint:gosec
5656
)
5757

0 commit comments

Comments
 (0)