Skip to content

Commit ac9e432

Browse files
committed
CR
1 parent a00b999 commit ac9e432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vpcmodel/drawioGenerator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func (g *groupedExternalNodes) GenerateDrawioTreeNode(gen *DrawioGenerator) draw
108108
name = publicInternetNodeName
109109
} else {
110110
_, ipBlock := g.toIPBlocks()
111-
if len(ipBlock.ToCidrList()) == 1 {
111+
if len(ipBlock.ListToPrint()) == 1 {
112112
name = ipBlock.String()
113113
}
114114
}

0 commit comments

Comments
 (0)