Skip to content

Commit 362162a

Browse files
testing
1 parent 72e268d commit 362162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networkapi/api_rack/provision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def spine_provision(self, rack, equips):
482482
# for e in equips_sorted[:2]:
483483
# # "DESCRIPTION{}CONNECT"
484484
variablestochangespine1["DESCRIPTION1CONNECT"] = equips_sorted[0].get("nome")
485-
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[0].get("nome")
485+
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[1].get("nome")
486486
# e_counter += 1
487487
#### END to Berrini Block #####
488488

0 commit comments

Comments
 (0)