Skip to content

Commit 04ba471

Browse files
authored
Merge branch 'main' into release_0.2.0
2 parents 693f77e + 8460c73 commit 04ba471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/action/common/prepare_plugins/prep_103_topology_switches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, **kwargs):
2727

2828
def prepare(self):
2929
model_data = self.kwargs['results']['model_extended']
30-
# Loop over all the roles in vxlan.topology.switches.role
30+
# Loop over all the roles in vxlan.topology.switches.role
3131
model_data['vxlan']['topology']['spine'] = {}
3232
model_data['vxlan']['topology']['leaf'] = {}
3333
model_data['vxlan']['topology']['border'] = {}

0 commit comments

Comments
 (0)