Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Change label in lb info output
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Jan 3, 2018
1 parent 051fe6c commit 6b8670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lb_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func getLoadBalancerInfo(operation *LbInfoOperation) {
console.KeyValue("DNS Name", "%s\n", loadBalancer.DNSName)
console.KeyValue("Subnets", "%s\n", strings.Join(loadBalancer.SubnetIds, ", "))
console.KeyValue("Security Groups", "%s\n", strings.Join(loadBalancer.SecurityGroupIds, ", "))
console.KeyValue("Listeners", "\n")
console.KeyValue("Ports", "\n")

for _, listener := range elbv2.GetListeners(loadBalancer.Arn) {
var ruleCount int
Expand Down

0 comments on commit 6b8670f

Please sign in to comment.